Html Css Color HEX #5BABFB Cornflower Blue

📋 copy color: '#5BABFB'

red 91 ◦ green 171 ◦ blue 251

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

Shades of Cornflower Blue #5BABFB

Tints of Cornflower Blue #5BABFB

RGB

 RED value IS 91 (35.94% from 255) = 17.74%

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

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

R = 17.74%
G = 33.33%
B = 48.93%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5BABFB (or 0x5BABFB) is known color: Cornflower Blue. HEX triplet: 5B, AB and FB. RGB value is (91,171,251). Sum of RGB (Red+Green+Blue) = 91+171+251=513 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.74% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #5BABFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BABFB is #A45404. Grayscale: #9B9B9B. Windows color (decimal): -10769413 or 16493403. OLE color: 16493403.

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

Color convert

RGB 91 171 251 -
CMYK 0.64 0.32 0 0.02
HSL 210º 0.95% 0.67% -
HSV(B) 210º 0.64% 0.98% -
XYZ 36.29 38.32 96.75 -
YUV 156.2 181.5 81.5 -
System Red Green Blue C M Y K H S L
Decimal 91 171 251 0.64 0.32 0 0.02 210 0.95 0.67
Hex 5B AB FB 40 20 0 2 D2 5F 43
Octal 133 253 373 100 40 0 2 322 137 103
Binary 1011011 10101011 11111011 1000000 100000 0 10 11010010 1011111 1000011

Color Harmonies of #5BABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BABFB

Black with #5BABFB

Text Example


Text Example

White with #5BABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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