Html Css Color HEX #66B0CE Seagull

📋 copy color: '#66B0CE'

red 102 ◦ green 176 ◦ blue 206

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

Shades of Seagull #66B0CE

Tints of Seagull #66B0CE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.36%

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 21.07%
G = 36.36%
B = 42.56%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#66B0CE (or 0x66B0CE) is known color: Seagull. HEX triplet: 66, B0 and CE. RGB value is (102,176,206). Sum of RGB (Red+Green+Blue) = 102+176+206=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #66B0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B0CE is #994F31. Grayscale: #9D9D9D. Windows color (decimal): -10047282 or 13545574. OLE color: 13545574.

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

Color convert

RGB 102 176 206 -
CMYK 0.50 0.15 0 0.19
HSL 197.31º 0.51% 0.6% -
HSV(B) 197.31º 0.5% 0.81% -
XYZ 32.15 38.33 64.1 -
YUV 157.29 155.48 88.56 -
System Red Green Blue C M Y K H S L
Decimal 102 176 206 0.50 0.15 0 0.19 197.31 0.51 0.6
Hex 66 B0 CE 32 F 0 13 C5 33 3C
Octal 146 260 316 62 17 0 23 305 63 74
Binary 1100110 10110000 11001110 110010 1111 0 10011 11000101 110011 111100

Color Harmonies of #66B0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B0CE

Black with #66B0CE

Text Example


Text Example

White with #66B0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,176,206); }

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

background-color css

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

 a { background-color: rgb(102,176,206); }

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

border-color css

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

 span { border-color: rgb(102,176,206); }

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