#64bfcc

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

Shades of Seagull #64BFCC

Tints of Seagull #64BFCC

Color information

#64BFCC (or 0x64BFCC) is unknown color: approx Seagull. HEX triplet: 64, BF and CC. RGB value is (100,191,204). Sum of RGB (Red+Green+Blue) = 100+191+204=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #64BFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFCC is #9B4033. Grayscale: #A5A5A5. Windows color (decimal): -10174516 or 13418340. OLE color: 13418340.

HSL color Cylindrical-coordinate representation of color #64BFCC: hue angle of 187.5º degrees, saturation: 0.5, 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 #64BFCC is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB100191204-
CMYK0.510.0600.2
HSL187.5º50.49%59.61%-
HSV(B)187.5º50.98%80%-
XYZ34.7944.3363.85-
YUV165.27149.8581.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.20%
GREEN value IS 191 (75% from 255) = 38.59%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=20.20%
G=38.59%
B=41.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1001912040.510.0600.2187.550.4959.61
Hex64BFCC336014bc323c
Octal1442773146360242746274
Binary1100100101111111100110011001111001010010111100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64bfcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,191,204); }

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

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

 a { background-color: rgb(100,191,204); }

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

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

 span { border-color: rgb(100,191,204); }

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