Html Css Color HEX #66BCCC Seagull

📋 copy color: '#66BCCC'

red 102 ◦ green 188 ◦ blue 204

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

Shades of Seagull #66BCCC

Tints of Seagull #66BCCC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.06%

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 20.65%
G = 38.06%
B = 41.3%

CMYK

 C value IS 0.5

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#66BCCC (or 0x66BCCC) is known color: Seagull. HEX triplet: 66, BC and CC. RGB value is (102,188,204). Sum of RGB (Red+Green+Blue) = 102+188+204=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #66BCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCCC is #994333. Grayscale: #A3A3A3. Windows color (decimal): -10044212 or 13417574. OLE color: 13417574.

HSL color Cylindrical-coordinate representation of color #66BCCC: hue angle of 189.41º degrees, saturation: 0.5, 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 #66BCCC is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 188 204 -
CMYK 0.5 0.08 0 0.2
HSL 189.41º 0.5% 0.6% -
HSV(B) 189.41º 0.5% 0.8% -
XYZ 34.36 43.15 63.64 -
YUV 164.11 150.51 83.7 -
System Red Green Blue C M Y K H S L
Decimal 102 188 204 0.5 0.08 0 0.2 189.41 0.5 0.6
Hex 66 BC CC 32 8 0 14 BD 32 3C
Octal 146 274 314 62 10 0 24 275 62 74
Binary 1100110 10111100 11001100 110010 1000 0 10100 10111101 110010 111100

Color Harmonies of #66BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BCCC

Black with #66BCCC

Text Example


Text Example

White with #66BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,188,204); }

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

background-color css

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

 a { background-color: rgb(102,188,204); }

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

border-color css

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

 span { border-color: rgb(102,188,204); }

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