Html Css Color HEX #5FABFD Cornflower Blue

📋 copy color: '#5FABFD'

red 95 ◦ green 171 ◦ blue 253

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

Shades of Cornflower Blue #5FABFD

Tints of Cornflower Blue #5FABFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.75%

R = 18.3%
G = 32.95%
B = 48.75%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5FABFD (or 0x5FABFD) is known color: Cornflower Blue. HEX triplet: 5F, AB and FD. RGB value is (95,171,253). Sum of RGB (Red+Green+Blue) = 95+171+253=519 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.30% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FABFD is #A05402. Grayscale: #9D9D9D. Windows color (decimal): -10507267 or 16624479. OLE color: 16624479.

HSL color Cylindrical-coordinate representation of color #5FABFD: hue angle of 211.14º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FABFD is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 95 171 253 -
CMYK 0.62 0.32 0 0.01
HSL 211.14º 0.98% 0.68% -
HSV(B) 211.14º 0.62% 0.99% -
XYZ 37.01 38.65 98.44 -
YUV 157.62 181.82 83.33 -
System Red Green Blue C M Y K H S L
Decimal 95 171 253 0.62 0.32 0 0.01 211.14 0.98 0.68
Hex 5F AB FD 3E 20 0 1 D3 62 44
Octal 137 253 375 76 40 0 1 323 142 104
Binary 1011111 10101011 11111101 111110 100000 0 1 11010011 1100010 1000100

Color Harmonies of #5FABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FABFD

Black with #5FABFD

Text Example


Text Example

White with #5FABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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