Html Css Color HEX #66BCCD Seagull

📋 copy color: '#66BCCD'

red 102 ◦ green 188 ◦ blue 205

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

Shades of Seagull #66BCCD

Tints of Seagull #66BCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.98%

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

R = 20.61%
G = 37.98%
B = 41.41%

CMYK

 C value IS 0.50

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#66BCCD (or 0x66BCCD) is known color: Seagull. HEX triplet: 66, BC and CD. RGB value is (102,188,205). Sum of RGB (Red+Green+Blue) = 102+188+205=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #66BCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCCD is #994332. Grayscale: #A4A4A4. Windows color (decimal): -10044211 or 13483110. OLE color: 13483110.

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

Color convert

RGB 102 188 205 -
CMYK 0.50 0.08 0 0.20
HSL 189.9º 0.51% 0.6% -
HSV(B) 189.9º 0.5% 0.8% -
XYZ 34.48 43.2 64.28 -
YUV 164.22 151.01 83.62 -
System Red Green Blue C M Y K H S L
Decimal 102 188 205 0.50 0.08 0 0.20 189.9 0.51 0.6
Hex 66 BC CD 32 8 0 14 BE 33 3C
Octal 146 274 315 62 10 0 24 276 63 74
Binary 1100110 10111100 11001101 110010 1000 0 10100 10111110 110011 111100

Color Harmonies of #66BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BCCD

Black with #66BCCD

Text Example


Text Example

White with #66BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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