Html Css Color HEX #5CABFB Cornflower Blue

📋 copy color: '#5CABFB'

red 92 ◦ green 171 ◦ blue 251

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

Shades of Cornflower Blue #5CABFB

Tints of Cornflower Blue #5CABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.83%

R = 17.9%
G = 33.27%
B = 48.83%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5CABFB (or 0x5CABFB) is known color: Cornflower Blue. HEX triplet: 5C, AB and FB. RGB value is (92,171,251). Sum of RGB (Red+Green+Blue) = 92+171+251=514 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.90% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #5CABFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CABFB is #A35404. Grayscale: #9C9C9C. Windows color (decimal): -10703877 or 16493404. OLE color: 16493404.

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

Color convert

RGB 92 171 251 -
CMYK 0.63 0.32 0 0.02
HSL 210.19º 0.95% 0.67% -
HSV(B) 210.19º 0.63% 0.98% -
XYZ 36.39 38.37 96.75 -
YUV 156.5 181.33 82 -
System Red Green Blue C M Y K H S L
Decimal 92 171 251 0.63 0.32 0 0.02 210.19 0.95 0.67
Hex 5C AB FB 3F 20 0 2 D2 5F 43
Octal 134 253 373 77 40 0 2 322 137 103
Binary 1011100 10101011 11111011 111111 100000 0 10 11010010 1011111 1000011

Color Harmonies of #5CABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CABFB

Black with #5CABFB

Text Example


Text Example

White with #5CABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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