Html Css Color HEX #66BDCC Seagull

📋 copy color: '#66BDCC'

red 102 ◦ green 189 ◦ blue 204

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

Shades of Seagull #66BDCC

Tints of Seagull #66BDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 20.61%
G = 38.18%
B = 41.21%

CMYK

 C value IS 0.5

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#66BDCC (or 0x66BDCC) is known color: Seagull. HEX triplet: 66, BD and CC. RGB value is (102,189,204). Sum of RGB (Red+Green+Blue) = 102+189+204=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #66BDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDCC is #994233. Grayscale: #A4A4A4. Windows color (decimal): -10043956 or 13417830. OLE color: 13417830.

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

Color convert

RGB 102 189 204 -
CMYK 0.5 0.07 0 0.2
HSL 188.82º 0.5% 0.6% -
HSV(B) 188.82º 0.5% 0.8% -
XYZ 34.58 43.58 63.72 -
YUV 164.7 150.18 83.28 -
System Red Green Blue C M Y K H S L
Decimal 102 189 204 0.5 0.07 0 0.2 188.82 0.5 0.6
Hex 66 BD CC 32 7 0 14 BD 32 3C
Octal 146 275 314 62 7 0 24 275 62 74
Binary 1100110 10111101 11001100 110010 111 0 10100 10111101 110010 111100

Color Harmonies of #66BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BDCC

Black with #66BDCC

Text Example


Text Example

White with #66BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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