Html Css Color HEX #66B0CA Seagull

📋 copy color: '#66B0CA'

red 102 ◦ green 176 ◦ blue 202

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

Shades of Seagull #66B0CA

Tints of Seagull #66B0CA

RGB

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

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

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

R = 21.25%
G = 36.67%
B = 42.08%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#66B0CA (or 0x66B0CA) is known color: Seagull. HEX triplet: 66, B0 and CA. RGB value is (102,176,202). Sum of RGB (Red+Green+Blue) = 102+176+202=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #66B0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B0CA is #994F35. Grayscale: #9C9C9C. Windows color (decimal): -10047286 or 13283430. OLE color: 13283430.

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

Color convert

RGB 102 176 202 -
CMYK 0.50 0.13 0 0.21
HSL 195.6º 0.49% 0.6% -
HSV(B) 195.6º 0.5% 0.79% -
XYZ 31.67 38.14 61.57 -
YUV 156.84 153.48 88.89 -
System Red Green Blue C M Y K H S L
Decimal 102 176 202 0.50 0.13 0 0.21 195.6 0.49 0.6
Hex 66 B0 CA 32 D 0 15 C4 31 3C
Octal 146 260 312 62 15 0 25 304 61 74
Binary 1100110 10110000 11001010 110010 1101 0 10101 11000100 110001 111100

Color Harmonies of #66B0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B0CA

Black with #66B0CA

Text Example


Text Example

White with #66B0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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