Html Css Color HEX #66AECE Seagull

📋 copy color: '#66AECE'

red 102 ◦ green 174 ◦ blue 206

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

Shades of Seagull #66AECE

Tints of Seagull #66AECE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.1%

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

R = 21.16%
G = 36.1%
B = 42.74%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#66AECE (or 0x66AECE) is known color: Seagull. HEX triplet: 66, AE and CE. RGB value is (102,174,206). Sum of RGB (Red+Green+Blue) = 102+174+206=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #66AECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AECE is #995131. Grayscale: #9B9B9B. Windows color (decimal): -10047794 or 13545062. OLE color: 13545062.

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

Color convert

RGB 102 174 206 -
CMYK 0.50 0.16 0 0.19
HSL 198.46º 0.51% 0.6% -
HSV(B) 198.46º 0.5% 0.81% -
XYZ 31.76 37.55 63.97 -
YUV 156.12 156.15 89.4 -
System Red Green Blue C M Y K H S L
Decimal 102 174 206 0.50 0.16 0 0.19 198.46 0.51 0.6
Hex 66 AE CE 32 10 0 13 C6 33 3C
Octal 146 256 316 62 20 0 23 306 63 74
Binary 1100110 10101110 11001110 110010 10000 0 10011 11000110 110011 111100

Color Harmonies of #66AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AECE

Black with #66AECE

Text Example


Text Example

White with #66AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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