#64BECD

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

Shades of Seagull #64BECD

Tints of Seagull #64BECD

Color information

#64BECD (or 0x64BECD) is unknown color: approx Seagull. HEX triplet: 64, BE and CD. RGB value is (100,190,205). Sum of RGB (Red+Green+Blue) = 100+190+205=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #64BECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BECD is #9B4132. Grayscale: #A4A4A4. Windows color (decimal): -10174771 or 13483620. OLE color: 13483620.

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

Color convert

RGB100190205-
CMYK0.510.0700.20
HSL188.57º51.22%59.8%-
HSV(B)188.57º51.22%80.39%-
XYZ34.6943.9464.41-
YUV164.8150.6881.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.20%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=20.20%
G=38.38%
B=41.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001902050.510.0700.20188.5751.2259.8
Hex64BECD337014bd333c
Octal1442763156370242756374
Binary1100100101111101100110111001111101010010111101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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