#64BECB

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

Shades of Seagull #64BECB

Tints of Seagull #64BECB

Color information

#64BECB (or 0x64BECB) is unknown color: approx Seagull. HEX triplet: 64, BE and CB. RGB value is (100,190,203). Sum of RGB (Red+Green+Blue) = 100+190+203=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #64BECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BECB is #9B4134. Grayscale: #A4A4A4. Windows color (decimal): -10174773 or 13352548. OLE color: 13352548.

HSL color Cylindrical-coordinate representation of color #64BECB: hue angle of 187.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64BECB is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100190203-
CMYK0.510.0600.20
HSL187.57º49.76%59.41%-
HSV(B)187.57º50.74%79.61%-
XYZ34.4543.8563.15-
YUV164.57149.6881.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.28%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 203 (79.69% from 255) = 41.18%
R=20.28%
G=38.54%
B=41.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001902030.510.0600.20187.5749.7659.41
Hex64BECB336014bc323b
Octal1442763136360242746273
Binary1100100101111101100101111001111001010010111100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,190,203); }

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

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

 a { background-color: rgb(100,190,203); }

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

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

 span { border-color: rgb(100,190,203); }

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