Html Css Color HEX #66AFCD Seagull

📋 copy color: '#66AFCD'

red 102 ◦ green 175 ◦ blue 205

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

Shades of Seagull #66AFCD

Tints of Seagull #66AFCD

RGB

 RED value IS 102 (40.23% from 255) = 21.16%

 GREEN value IS 175 (68.75% from 255) = 36.31%

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 21.16%
G = 36.31%
B = 42.53%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#66AFCD (or 0x66AFCD) is known color: Seagull. HEX triplet: 66, AF and CD. RGB value is (102,175,205). Sum of RGB (Red+Green+Blue) = 102+175+205=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #66AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AFCD is #995032. Grayscale: #9C9C9C. Windows color (decimal): -10047539 or 13479782. OLE color: 13479782.

HSL color Cylindrical-coordinate representation of color #66AFCD: hue angle of 197.48º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66AFCD is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 175 205 -
CMYK 0.50 0.15 0 0.20
HSL 197.48º 0.51% 0.6% -
HSV(B) 197.48º 0.5% 0.8% -
XYZ 31.83 37.89 63.39 -
YUV 156.59 155.32 89.06 -
System Red Green Blue C M Y K H S L
Decimal 102 175 205 0.50 0.15 0 0.20 197.48 0.51 0.6
Hex 66 AF CD 32 F 0 14 C5 33 3C
Octal 146 257 315 62 17 0 24 305 63 74
Binary 1100110 10101111 11001101 110010 1111 0 10100 11000101 110011 111100

Color Harmonies of #66AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AFCD

Black with #66AFCD

Text Example


Text Example

White with #66AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66AFCD; }

 p { color: rgb(102,175,205); }

 H1.HeaderClassName
 {
   color: #66AFCD;
 }
 .AnyTagClassName
 {
   color: #66AFCD;
 }
</style>

background-color css

<style>
 a { background-color: #66AFCD; }

 a { background-color: rgb(102,175,205); }

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

border-color css

<style>
 span { border-color: #66AFCD; }

 span { border-color: rgb(102,175,205); }

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