Html Css Color HEX #66B2CD Seagull

📋 copy color: '#66B2CD'

red 102 ◦ green 178 ◦ blue 205

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

Shades of Seagull #66B2CD

Tints of Seagull #66B2CD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.7%

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

R = 21.03%
G = 36.7%
B = 42.27%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#66B2CD (or 0x66B2CD) is known color: Seagull. HEX triplet: 66, B2 and CD. RGB value is (102,178,205). Sum of RGB (Red+Green+Blue) = 102+178+205=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #66B2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B2CD is #994D32. Grayscale: #9E9E9E. Windows color (decimal): -10046771 or 13480550. OLE color: 13480550.

HSL color Cylindrical-coordinate representation of color #66B2CD: hue angle of 195.73º 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 #66B2CD is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 178 205 -
CMYK 0.50 0.13 0 0.20
HSL 195.73º 0.51% 0.6% -
HSV(B) 195.73º 0.5% 0.8% -
XYZ 32.42 39.07 63.59 -
YUV 158.35 154.32 87.8 -
System Red Green Blue C M Y K H S L
Decimal 102 178 205 0.50 0.13 0 0.20 195.73 0.51 0.6
Hex 66 B2 CD 32 D 0 14 C4 33 3C
Octal 146 262 315 62 15 0 24 304 63 74
Binary 1100110 10110010 11001101 110010 1101 0 10100 11000100 110011 111100

Color Harmonies of #66B2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B2CD

Black with #66B2CD

Text Example


Text Example

White with #66B2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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