#64AFCA

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

Shades of Seagull #64AFCA

Tints of Seagull #64AFCA

Color information

#64AFCA (or 0x64AFCA) is unknown color: approx Seagull. HEX triplet: 64, AF and CA. RGB value is (100,175,202). Sum of RGB (Red+Green+Blue) = 100+175+202=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #64AFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AFCA is #9B5035. Grayscale: #9B9B9B. Windows color (decimal): -10178614 or 13283172. OLE color: 13283172.

HSL color Cylindrical-coordinate representation of color #64AFCA: hue angle of 195.88º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64AFCA is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100175202-
CMYK0.500.1300.21
HSL195.88º49.04%59.22%-
HSV(B)195.88º50.5%79.22%-
XYZ31.2537.6361.49-
YUV155.65154.1588.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.96%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=20.96%
G=36.69%
B=42.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001752020.500.1300.21195.8849.0459.22
Hex64AFCA32D015c4313b
Octal14425731262150253046173
Binary11001001010111111001010110010110101010111000100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,175,202); }

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

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

 a { background-color: rgb(100,175,202); }

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

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

 span { border-color: rgb(100,175,202); }

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