Html Css Color HEX #66AECA Seagull

📋 copy color: '#66AECA'

red 102 ◦ green 174 ◦ blue 202

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

Shades of Seagull #66AECA

Tints of Seagull #66AECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.26%

R = 21.34%
G = 36.4%
B = 42.26%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#66AECA (or 0x66AECA) is known color: Seagull. HEX triplet: 66, AE and CA. RGB value is (102,174,202). Sum of RGB (Red+Green+Blue) = 102+174+202=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #66AECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AECA is #995135. Grayscale: #9B9B9B. Windows color (decimal): -10047798 or 13282918. OLE color: 13282918.

HSL color Cylindrical-coordinate representation of color #66AECA: hue angle of 196.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66AECA is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 174 202 -
CMYK 0.50 0.14 0 0.21
HSL 196.8º 0.49% 0.6% -
HSV(B) 196.8º 0.5% 0.79% -
XYZ 31.28 37.36 61.44 -
YUV 155.66 154.15 89.72 -
System Red Green Blue C M Y K H S L
Decimal 102 174 202 0.50 0.14 0 0.21 196.8 0.49 0.6
Hex 66 AE CA 32 E 0 15 C5 31 3C
Octal 146 256 312 62 16 0 25 305 61 74
Binary 1100110 10101110 11001010 110010 1110 0 10101 11000101 110001 111100

Color Harmonies of #66AECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AECA

Black with #66AECA

Text Example


Text Example

White with #66AECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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