Html Css Color HEX #5BAAFD Cornflower Blue

📋 copy color: '#5BAAFD'

red 91 ◦ green 170 ◦ blue 253

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

Shades of Cornflower Blue #5BAAFD

Tints of Cornflower Blue #5BAAFD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.07%

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

R = 17.7%
G = 33.07%
B = 49.22%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5BAAFD (or 0x5BAAFD) is known color: Cornflower Blue. HEX triplet: 5B, AA and FD. RGB value is (91,170,253). Sum of RGB (Red+Green+Blue) = 91+170+253=514 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.70% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #5BAAFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5BAAFD is #A45502. Grayscale: #9B9B9B. Windows color (decimal): -10769667 or 16624219. OLE color: 16624219.

HSL color Cylindrical-coordinate representation of color #5BAAFD: hue angle of 210.74º 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 #5BAAFD is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 91 170 253 -
CMYK 0.64 0.33 0 0.01
HSL 210.74º 0.98% 0.67% -
HSV(B) 210.74º 0.64% 0.99% -
XYZ 36.42 38.07 98.36 -
YUV 155.84 182.83 81.75 -
System Red Green Blue C M Y K H S L
Decimal 91 170 253 0.64 0.33 0 0.01 210.74 0.98 0.67
Hex 5B AA FD 40 21 0 1 D3 62 43
Octal 133 252 375 100 41 0 1 323 142 103
Binary 1011011 10101010 11111101 1000000 100001 0 1 11010011 1100010 1000011

Color Harmonies of #5BAAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAAFD

Black with #5BAAFD

Text Example


Text Example

White with #5BAAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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