Html Css Color HEX #5BABFD Cornflower Blue

📋 copy color: '#5BABFD'

red 91 ◦ green 171 ◦ blue 253

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

Shades of Cornflower Blue #5BABFD

Tints of Cornflower Blue #5BABFD

RGB

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

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

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

R = 17.67%
G = 33.2%
B = 49.13%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5BABFD (or 0x5BABFD) is known color: Cornflower Blue. HEX triplet: 5B, AB and FD. RGB value is (91,171,253). Sum of RGB (Red+Green+Blue) = 91+171+253=515 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.67% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #5BABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BABFD is #A45402. Grayscale: #9C9C9C. Windows color (decimal): -10769411 or 16624475. OLE color: 16624475.

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

Color convert

RGB 91 171 253 -
CMYK 0.64 0.32 0 0.01
HSL 210.37º 0.98% 0.67% -
HSV(B) 210.37º 0.64% 0.99% -
XYZ 36.61 38.44 98.42 -
YUV 156.43 182.5 81.33 -
System Red Green Blue C M Y K H S L
Decimal 91 171 253 0.64 0.32 0 0.01 210.37 0.98 0.67
Hex 5B AB FD 40 20 0 1 D2 62 43
Octal 133 253 375 100 40 0 1 322 142 103
Binary 1011011 10101011 11111101 1000000 100000 0 1 11010010 1100010 1000011

Color Harmonies of #5BABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BABFD

Black with #5BABFD

Text Example


Text Example

White with #5BABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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