Html Css Color HEX #66BFCD Seagull

📋 copy color: '#66BFCD'

red 102 ◦ green 191 ◦ blue 205

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

Shades of Seagull #66BFCD

Tints of Seagull #66BFCD

RGB

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

 GREEN value IS 191 (75% from 255) = 38.35%

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 20.48%
G = 38.35%
B = 41.16%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#66BFCD (or 0x66BFCD) is known color: Seagull. HEX triplet: 66, BF and CD. RGB value is (102,191,205). Sum of RGB (Red+Green+Blue) = 102+191+205=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #66BFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BFCD is #994032. Grayscale: #A5A5A5. Windows color (decimal): -10043443 or 13483878. OLE color: 13483878.

HSL color Cylindrical-coordinate representation of color #66BFCD: hue angle of 188.16º degrees, saturation: 0.51, 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 #66BFCD is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 191 205 -
CMYK 0.50 0.07 0 0.20
HSL 188.16º 0.51% 0.6% -
HSV(B) 188.16º 0.5% 0.8% -
XYZ 35.13 44.49 64.49 -
YUV 165.99 150.01 82.36 -
System Red Green Blue C M Y K H S L
Decimal 102 191 205 0.50 0.07 0 0.20 188.16 0.51 0.6
Hex 66 BF CD 32 7 0 14 BC 33 3C
Octal 146 277 315 62 7 0 24 274 63 74
Binary 1100110 10111111 11001101 110010 111 0 10100 10111100 110011 111100

Color Harmonies of #66BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BFCD

Black with #66BFCD

Text Example


Text Example

White with #66BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,191,205); }

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

background-color css

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

 a { background-color: rgb(102,191,205); }

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

border-color css

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

 span { border-color: rgb(102,191,205); }

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