Html Css Color HEX #67ADC8 Seagull

📋 copy color: '#67ADC8'

red 103 ◦ green 173 ◦ blue 200

#67ADC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seagull #67ADC8

Tints of Seagull #67ADC8

RGB

 RED value IS 103 (40.63% from 255) = 21.64%

 GREEN value IS 173 (67.97% from 255) = 36.34%

 BLUE value IS 200 (78.52% from 255) = 42.02%

R = 21.64%
G = 36.34%
B = 42.02%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#67ADC8 (or 0x67ADC8) is known color: Seagull. HEX triplet: 67, AD and C8. RGB value is (103,173,200). Sum of RGB (Red+Green+Blue) = 103+173+200=476 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.64% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 200 - color contains mainly: blue. Hex color #67ADC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADC8 is #985237. Grayscale: #9A9A9A. Windows color (decimal): -9982520 or 13151591. OLE color: 13151591.

HSL color Cylindrical-coordinate representation of color #67ADC8: hue angle of 196.7º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67ADC8 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 103 173 200 -
CMYK 0.48 0.14 0 0.22
HSL 196.7º 0.47% 0.59% -
HSV(B) 196.7º 0.49% 0.78% -
XYZ 30.96 36.94 60.14 -
YUV 155.15 153.31 90.8 -
System Red Green Blue C M Y K H S L
Decimal 103 173 200 0.48 0.14 0 0.22 196.7 0.47 0.59
Hex 67 AD C8 30 E 0 16 C5 2F 3B
Octal 147 255 310 60 16 0 26 305 57 73
Binary 1100111 10101101 11001000 110000 1110 0 10110 11000101 101111 111011

Color Harmonies of #67ADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ADC8

Black with #67ADC8

Text Example


Text Example

White with #67ADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67ADC8; }

 p { color: rgb(103,173,200); }

 H1.HeaderClassName
 {
   color: #67ADC8;
 }
 .AnyTagClassName
 {
   color: #67ADC8;
 }
</style>

background-color css

<style>
 a { background-color: #67ADC8; }

 a { background-color: rgb(103,173,200); }

 div.DivClassName
 {
   background-color: #67ADC8;
 }
 .BgClassName
 {
   background-color: #67ADC8;
 }
</style>

border-color css

<style>
 span { border-color: #67ADC8; }

 span { border-color: rgb(103,173,200); }

 td.TdClassName
 {
   border-color: #67ADC8;
 }
 .TagClassName
 {
   border-color: #67ADC8;
 }
</style>