Html Css Color HEX #5FABFE Cornflower Blue

📋 copy color: '#5FABFE'

red 95 ◦ green 171 ◦ blue 254

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

Shades of Cornflower Blue #5FABFE

Tints of Cornflower Blue #5FABFE

RGB

 RED value IS 95 (37.5% from 255) = 18.27%

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

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

R = 18.27%
G = 32.88%
B = 48.85%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5FABFE (or 0x5FABFE) is known color: Cornflower Blue. HEX triplet: 5F, AB and FE. RGB value is (95,171,254). Sum of RGB (Red+Green+Blue) = 95+171+254=520 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.27% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FABFE is #A05401. Grayscale: #9D9D9D. Windows color (decimal): -10507266 or 16690015. OLE color: 16690015.

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

Color convert

RGB 95 171 254 -
CMYK 0.63 0.33 0 0.00
HSL 211.32º 0.99% 0.68% -
HSV(B) 211.32º 0.63% 1% -
XYZ 37.17 38.71 99.28 -
YUV 157.74 182.32 83.25 -
System Red Green Blue C M Y K H S L
Decimal 95 171 254 0.63 0.33 0 0.00 211.32 0.99 0.68
Hex 5F AB FE 3F 21 0 0 D3 63 44
Octal 137 253 376 77 41 0 0 323 143 104
Binary 1011111 10101011 11111110 111111 100001 0 0 11010011 1100011 1000100

Color Harmonies of #5FABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FABFE

Black with #5FABFE

Text Example


Text Example

White with #5FABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FABFE; }

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

 H1.HeaderClassName
 {
   color: #5FABFE;
 }
 .AnyTagClassName
 {
   color: #5FABFE;
 }
</style>

background-color css

<style>
 a { background-color: #5FABFE; }

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

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

border-color css

<style>
 span { border-color: #5FABFE; }

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

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