Html Css Color HEX #66BECC Seagull

📋 copy color: '#66BECC'

red 102 ◦ green 190 ◦ blue 204

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

Shades of Seagull #66BECC

Tints of Seagull #66BECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.31%

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

R = 20.56%
G = 38.31%
B = 41.13%

CMYK

 C value IS 0.5

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#66BECC (or 0x66BECC) is known color: Seagull. HEX triplet: 66, BE and CC. RGB value is (102,190,204). Sum of RGB (Red+Green+Blue) = 102+190+204=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #66BECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BECC is #994133. Grayscale: #A5A5A5. Windows color (decimal): -10043700 or 13418086. OLE color: 13418086.

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

Color convert

RGB 102 190 204 -
CMYK 0.5 0.07 0 0.2
HSL 188.24º 0.5% 0.6% -
HSV(B) 188.24º 0.5% 0.8% -
XYZ 34.79 44.01 63.79 -
YUV 165.28 149.85 82.86 -
System Red Green Blue C M Y K H S L
Decimal 102 190 204 0.5 0.07 0 0.2 188.24 0.5 0.6
Hex 66 BE CC 32 7 0 14 BC 32 3C
Octal 146 276 314 62 7 0 24 274 62 74
Binary 1100110 10111110 11001100 110010 111 0 10100 10111100 110010 111100

Color Harmonies of #66BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BECC

Black with #66BECC

Text Example


Text Example

White with #66BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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