Html Css Color HEX #5CABFC Cornflower Blue

📋 copy color: '#5CABFC'

red 92 ◦ green 171 ◦ blue 252

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

Shades of Cornflower Blue #5CABFC

Tints of Cornflower Blue #5CABFC

RGB

 RED value IS 92 (36.33% from 255) = 17.86%

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

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

R = 17.86%
G = 33.2%
B = 48.93%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5CABFC (or 0x5CABFC) is known color: Cornflower Blue. HEX triplet: 5C, AB and FC. RGB value is (92,171,252). Sum of RGB (Red+Green+Blue) = 92+171+252=515 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.86% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CABFC is #A35403. Grayscale: #9C9C9C. Windows color (decimal): -10703876 or 16558940. OLE color: 16558940.

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

Color convert

RGB 92 171 252 -
CMYK 0.63 0.32 0 0.01
HSL 210.38º 0.96% 0.67% -
HSV(B) 210.38º 0.63% 0.99% -
XYZ 36.55 38.43 97.59 -
YUV 156.61 181.83 81.91 -
System Red Green Blue C M Y K H S L
Decimal 92 171 252 0.63 0.32 0 0.01 210.38 0.96 0.67
Hex 5C AB FC 3F 20 0 1 D2 60 43
Octal 134 253 374 77 40 0 1 322 140 103
Binary 1011100 10101011 11111100 111111 100000 0 1 11010010 1100000 1000011

Color Harmonies of #5CABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CABFC

Black with #5CABFC

Text Example


Text Example

White with #5CABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,171,252); }

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

background-color css

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

 a { background-color: rgb(92,171,252); }

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

border-color css

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

 span { border-color: rgb(92,171,252); }

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