Html Css Color HEX #5C9BEE Cornflower Blue

📋 copy color: '#5C9BEE'

red 92 ◦ green 155 ◦ blue 238

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

Shades of Cornflower Blue #5C9BEE

Tints of Cornflower Blue #5C9BEE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.96%

 BLUE value IS 238 (93.36% from 255) = 49.07%

R = 18.97%
G = 31.96%
B = 49.07%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5C9BEE (or 0x5C9BEE) is known color: Cornflower Blue. HEX triplet: 5C, 9B and EE. RGB value is (92,155,238). Sum of RGB (Red+Green+Blue) = 92+155+238=485 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.97% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #5C9BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C9BEE is #A36411. Grayscale: #919191. Windows color (decimal): -10707986 or 15637340. OLE color: 15637340.

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

Color convert

RGB 92 155 238 -
CMYK 0.61 0.35 0 0.07
HSL 214.11º 0.81% 0.65% -
HSV(B) 214.11º 0.61% 0.93% -
XYZ 31.57 31.89 85.38 -
YUV 145.63 180.13 89.75 -
System Red Green Blue C M Y K H S L
Decimal 92 155 238 0.61 0.35 0 0.07 214.11 0.81 0.65
Hex 5C 9B EE 3D 23 0 7 D6 51 41
Octal 134 233 356 75 43 0 7 326 121 101
Binary 1011100 10011011 11101110 111101 100011 0 111 11010110 1010001 1000001

Color Harmonies of #5C9BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9BEE

Black with #5C9BEE

Text Example


Text Example

White with #5C9BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,155,238); }

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

background-color css

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

 a { background-color: rgb(92,155,238); }

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

border-color css

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

 span { border-color: rgb(92,155,238); }

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