Html Css Color HEX #93BCE8 Cornflower

📋 copy color: '#93BCE8'

red 147 ◦ green 188 ◦ blue 232

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

Shades of Cornflower #93BCE8

Tints of Cornflower #93BCE8

RGB

 RED value IS 147 (57.81% from 255) = 25.93%

 GREEN value IS 188 (73.83% from 255) = 33.16%

 BLUE value IS 232 (91.02% from 255) = 40.92%

R = 25.93%
G = 33.16%
B = 40.92%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#93BCE8 (or 0x93BCE8) is known color: Cornflower. HEX triplet: 93, BC and E8. RGB value is (147,188,232). Sum of RGB (Red+Green+Blue) = 147+188+232=567 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.93% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 232 - color contains mainly: blue. Hex color #93BCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93BCE8 is #6C4317. Grayscale: #B4B4B4. Windows color (decimal): -7095064 or 15252627. OLE color: 15252627.

HSL color Cylindrical-coordinate representation of color #93BCE8: hue angle of 211.06º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93BCE8 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 188 232 -
CMYK 0.37 0.19 0 0.09
HSL 211.06º 0.65% 0.74% -
HSV(B) 211.06º 0.37% 0.91% -
XYZ 44.58 48 83.26 -
YUV 180.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 147 188 232 0.37 0.19 0 0.09 211.06 0.65 0.74
Hex 93 BC E8 25 13 0 9 D3 41 4A
Octal 223 274 350 45 23 0 11 323 101 112
Binary 10010011 10111100 11101000 100101 10011 0 1001 11010011 1000001 1001010

Color Harmonies of #93BCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BCE8

Black with #93BCE8

Text Example


Text Example

White with #93BCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93BCE8; }

 p { color: rgb(147,188,232); }

 H1.HeaderClassName
 {
   color: #93BCE8;
 }
 .AnyTagClassName
 {
   color: #93BCE8;
 }
</style>

background-color css

<style>
 a { background-color: #93BCE8; }

 a { background-color: rgb(147,188,232); }

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

border-color css

<style>
 span { border-color: #93BCE8; }

 span { border-color: rgb(147,188,232); }

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