Html Css Color HEX #64ABFE Cornflower Blue

📋 copy color: '#64ABFE'

red 100 ◦ green 171 ◦ blue 254

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

Shades of Cornflower Blue #64ABFE

Tints of Cornflower Blue #64ABFE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.57%

 BLUE value IS 254 (99.61% from 255) = 48.38%

R = 19.05%
G = 32.57%
B = 48.38%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#64ABFE (or 0x64ABFE) is known color: Cornflower Blue. HEX triplet: 64, AB and FE. RGB value is (100,171,254). Sum of RGB (Red+Green+Blue) = 100+171+254=525 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.05% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #64ABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #64ABFE is #9B5401. Grayscale: #9E9E9E. Windows color (decimal): -10179586 or 16690020. OLE color: 16690020.

HSL color Cylindrical-coordinate representation of color #64ABFE: hue angle of 212.34º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64ABFE is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 171 254 -
CMYK 0.61 0.33 0 0.00
HSL 212.34º 0.99% 0.69% -
HSV(B) 212.34º 0.61% 1% -
XYZ 37.71 38.99 99.3 -
YUV 159.23 181.48 85.75 -
System Red Green Blue C M Y K H S L
Decimal 100 171 254 0.61 0.33 0 0.00 212.34 0.99 0.69
Hex 64 AB FE 3D 21 0 0 D4 63 45
Octal 144 253 376 75 41 0 0 324 143 105
Binary 1100100 10101011 11111110 111101 100001 0 0 11010100 1100011 1000101

Color Harmonies of #64ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ABFE

Black with #64ABFE

Text Example


Text Example

White with #64ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,171,254); }

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

background-color css

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

 a { background-color: rgb(100,171,254); }

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

border-color css

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

 span { border-color: rgb(100,171,254); }

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