Html Css Color HEX #5FA6FC Cornflower Blue

📋 copy color: '#5FA6FC'

red 95 ◦ green 166 ◦ blue 252

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

Shades of Cornflower Blue #5FA6FC

Tints of Cornflower Blue #5FA6FC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.36%

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 18.52%
G = 32.36%
B = 49.12%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5FA6FC (or 0x5FA6FC) is known color: Cornflower Blue. HEX triplet: 5F, A6 and FC. RGB value is (95,166,252). Sum of RGB (Red+Green+Blue) = 95+166+252=513 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.52% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FA6FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FA6FC is #A05903. Grayscale: #9A9A9A. Windows color (decimal): -10508548 or 16557663. OLE color: 16557663.

HSL color Cylindrical-coordinate representation of color #5FA6FC: hue angle of 212.87º degrees, saturation: 0.96, 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 #5FA6FC is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 95 166 252 -
CMYK 0.62 0.34 0 0.01
HSL 212.87º 0.96% 0.68% -
HSV(B) 212.87º 0.62% 0.99% -
XYZ 35.93 36.73 97.29 -
YUV 154.58 182.98 85.51 -
System Red Green Blue C M Y K H S L
Decimal 95 166 252 0.62 0.34 0 0.01 212.87 0.96 0.68
Hex 5F A6 FC 3E 22 0 1 D5 60 44
Octal 137 246 374 76 42 0 1 325 140 104
Binary 1011111 10100110 11111100 111110 100010 0 1 11010101 1100000 1000100

Color Harmonies of #5FA6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA6FC

Black with #5FA6FC

Text Example


Text Example

White with #5FA6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,166,252); }

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

background-color css

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

 a { background-color: rgb(95,166,252); }

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

border-color css

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

 span { border-color: rgb(95,166,252); }

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