Html Css Color HEX #66BCD0 Seagull

📋 copy color: '#66BCD0'

red 102 ◦ green 188 ◦ blue 208

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

Shades of Seagull #66BCD0

Tints of Seagull #66BCD0

RGB

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

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

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

R = 20.48%
G = 37.75%
B = 41.77%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#66BCD0 (or 0x66BCD0) is known color: Seagull. HEX triplet: 66, BC and D0. RGB value is (102,188,208). Sum of RGB (Red+Green+Blue) = 102+188+208=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 188 (73.83% from 255 or 37.75% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #66BCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCD0 is #99432F. Grayscale: #A4A4A4. Windows color (decimal): -10044208 or 13679718. OLE color: 13679718.

HSL color Cylindrical-coordinate representation of color #66BCD0: hue angle of 191.32º 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 #66BCD0 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 188 208 -
CMYK 0.51 0.10 0 0.18
HSL 191.32º 0.53% 0.61% -
HSV(B) 191.32º 0.51% 0.82% -
XYZ 34.85 43.35 66.2 -
YUV 164.57 152.51 83.37 -
System Red Green Blue C M Y K H S L
Decimal 102 188 208 0.51 0.10 0 0.18 191.32 0.53 0.61
Hex 66 BC D0 33 A 0 12 BF 35 3D
Octal 146 274 320 63 12 0 22 277 65 75
Binary 1100110 10111100 11010000 110011 1010 0 10010 10111111 110101 111101

Color Harmonies of #66BCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BCD0

Black with #66BCD0

Text Example


Text Example

White with #66BCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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