#64BCD0

Color #64BCD0 Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #64BCD0

Tints of Seagull #64BCD0

Color information

#64BCD0 (or 0x64BCD0) is unknown color: approx Seagull. HEX triplet: 64, BC and D0. RGB value is (100,188,208). Sum of RGB (Red+Green+Blue) = 100+188+208=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #64BCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BCD0 is #9B432F. Grayscale: #A3A3A3. Windows color (decimal): -10175280 or 13679716. OLE color: 13679716.

HSL color Cylindrical-coordinate representation of color #64BCD0: hue angle of 191.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64BCD0 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB100188208-
CMYK0.520.1000.18
HSL191.11º53.47%60.39%-
HSV(B)191.11º51.92%81.57%-
XYZ34.6243.2366.19-
YUV163.97152.8582.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.16%
GREEN value IS 188 (73.83% from 255) = 37.90%
BLUE value IS 208 (81.64% from 255) = 41.94%
R=20.16%
G=37.90%
B=41.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1001882080.520.1000.18191.1153.4760.39
Hex64BCD034A012bf353c
Octal14427432064120222776574
Binary11001001011110011010000110100101001001010111111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64BCD0;
 }
 .AnyTagClassName
 {
   color: #64BCD0;
 }
</style>
background-color css

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

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

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

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

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

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