Html Css Color HEX #66BDD0 Seagull

📋 copy color: '#66BDD0'

red 102 ◦ green 189 ◦ blue 208

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

Shades of Seagull #66BDD0

Tints of Seagull #66BDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.68%

R = 20.44%
G = 37.88%
B = 41.68%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#66BDD0 (or 0x66BDD0) is known color: Seagull. HEX triplet: 66, BD and D0. RGB value is (102,189,208). Sum of RGB (Red+Green+Blue) = 102+189+208=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #66BDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDD0 is #99422F. Grayscale: #A4A4A4. Windows color (decimal): -10043952 or 13679974. OLE color: 13679974.

HSL color Cylindrical-coordinate representation of color #66BDD0: hue angle of 190.75º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66BDD0 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 189 208 -
CMYK 0.51 0.09 0 0.18
HSL 190.75º 0.53% 0.61% -
HSV(B) 190.75º 0.51% 0.82% -
XYZ 35.06 43.77 66.28 -
YUV 165.15 152.18 82.96 -
System Red Green Blue C M Y K H S L
Decimal 102 189 208 0.51 0.09 0 0.18 190.75 0.53 0.61
Hex 66 BD D0 33 9 0 12 BF 35 3D
Octal 146 275 320 63 11 0 22 277 65 75
Binary 1100110 10111101 11010000 110011 1001 0 10010 10111111 110101 111101

Color Harmonies of #66BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BDD0

Black with #66BDD0

Text Example


Text Example

White with #66BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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