Html Css Color HEX #64AAFA Cornflower Blue

📋 copy color: '#64AAFA'

red 100 ◦ green 170 ◦ blue 250

#64AAFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #64AAFA

Tints of Cornflower Blue #64AAFA

RGB

 RED value IS 100 (39.45% from 255) = 19.23%

 GREEN value IS 170 (66.8% from 255) = 32.69%

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 19.23%
G = 32.69%
B = 48.08%

CMYK

 C value IS 0.6

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#64AAFA (or 0x64AAFA) is known color: Cornflower Blue. HEX triplet: 64, AA and FA. RGB value is (100,170,250). Sum of RGB (Red+Green+Blue) = 100+170+250=520 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.23% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #64AAFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64AAFA is #9B5505. Grayscale: #9D9D9D. Windows color (decimal): -10179846 or 16427620. OLE color: 16427620.

HSL color Cylindrical-coordinate representation of color #64AAFA: hue angle of 212º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64AAFA is Cyan = 0.6, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 170 250 -
CMYK 0.6 0.32 0 0.02
HSL 212º 0.94% 0.69% -
HSV(B) 212º 0.6% 0.98% -
XYZ 36.89 38.36 95.9 -
YUV 158.19 179.81 86.5 -
System Red Green Blue C M Y K H S L
Decimal 100 170 250 0.6 0.32 0 0.02 212 0.94 0.69
Hex 64 AA FA 3C 20 0 2 D4 5E 45
Octal 144 252 372 74 40 0 2 324 136 105
Binary 1100100 10101010 11111010 111100 100000 0 10 11010100 1011110 1000101

Color Harmonies of #64AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AAFA

Black with #64AAFA

Text Example


Text Example

White with #64AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,170,250); }

 H1.HeaderClassName
 {
   color: #64AAFA;
 }
 .AnyTagClassName
 {
   color: #64AAFA;
 }
</style>

background-color css

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

 a { background-color: rgb(100,170,250); }

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

border-color css

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

 span { border-color: rgb(100,170,250); }

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