Html Css Color HEX #66BDCE Seagull

📋 copy color: '#66BDCE'

red 102 ◦ green 189 ◦ blue 206

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

Shades of Seagull #66BDCE

Tints of Seagull #66BDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.03%

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

R = 20.52%
G = 38.03%
B = 41.45%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#66BDCE (or 0x66BDCE) is known color: Seagull. HEX triplet: 66, BD and CE. RGB value is (102,189,206). Sum of RGB (Red+Green+Blue) = 102+189+206=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #66BDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDCE is #994231. Grayscale: #A4A4A4. Windows color (decimal): -10043954 or 13548902. OLE color: 13548902.

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

Color convert

RGB 102 189 206 -
CMYK 0.50 0.08 0 0.19
HSL 189.81º 0.51% 0.6% -
HSV(B) 189.81º 0.5% 0.81% -
XYZ 34.82 43.68 64.99 -
YUV 164.93 151.18 83.12 -
System Red Green Blue C M Y K H S L
Decimal 102 189 206 0.50 0.08 0 0.19 189.81 0.51 0.6
Hex 66 BD CE 32 8 0 13 BE 33 3C
Octal 146 275 316 62 10 0 23 276 63 74
Binary 1100110 10111101 11001110 110010 1000 0 10011 10111110 110011 111100

Color Harmonies of #66BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BDCE

Black with #66BDCE

Text Example


Text Example

White with #66BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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