Html Css Color HEX #5B9CEC Cornflower Blue

📋 copy color: '#5B9CEC'

red 91 ◦ green 156 ◦ blue 236

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

Shades of Cornflower Blue #5B9CEC

Tints of Cornflower Blue #5B9CEC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.3%

 BLUE value IS 236 (92.58% from 255) = 48.86%

R = 18.84%
G = 32.3%
B = 48.86%

CMYK

 C value IS 0.61

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5B9CEC (or 0x5B9CEC) is known color: Cornflower Blue. HEX triplet: 5B, 9C and EC. RGB value is (91,156,236). Sum of RGB (Red+Green+Blue) = 91+156+236=483 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.84% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B9CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B9CEC is #A46313. Grayscale: #919191. Windows color (decimal): -10773268 or 15506523. OLE color: 15506523.

HSL color Cylindrical-coordinate representation of color #5B9CEC: hue angle of 213.1º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B9CEC is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 156 236 -
CMYK 0.61 0.34 0 0.07
HSL 213.1º 0.79% 0.64% -
HSV(B) 213.1º 0.61% 0.93% -
XYZ 31.34 32.06 83.89 -
YUV 145.69 178.97 89 -
System Red Green Blue C M Y K H S L
Decimal 91 156 236 0.61 0.34 0 0.07 213.1 0.79 0.64
Hex 5B 9C EC 3D 22 0 7 D5 4F 40
Octal 133 234 354 75 42 0 7 325 117 100
Binary 1011011 10011100 11101100 111101 100010 0 111 11010101 1001111 1000000

Color Harmonies of #5B9CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9CEC

Black with #5B9CEC

Text Example


Text Example

White with #5B9CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,156,236); }

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

background-color css

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

 a { background-color: rgb(91,156,236); }

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

border-color css

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

 span { border-color: rgb(91,156,236); }

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