#93CBE1

Color #93CBE1 Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #93CBE1

Tints of Cornflower #93CBE1

Color information

#93CBE1 (or 0x93CBE1) is unknown color: approx Cornflower. HEX triplet: 93, CB and E1. RGB value is (147,203,225). Sum of RGB (Red+Green+Blue) = 147+203+225=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 225 - color contains mainly: blue. Hex color #93CBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CBE1 is #6C341E. Grayscale: #BCBCBC. Windows color (decimal): -7091231 or 14797715. OLE color: 14797715.

HSL color Cylindrical-coordinate representation of color #93CBE1: hue angle of 196.92º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93CBE1 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB147203225-
CMYK0.350.1000.12
HSL196.92º56.52%72.94%-
HSV(B)196.92º34.67%88.24%-
XYZ46.9854.3579.25-
YUV188.76148.4598.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.57%
GREEN value IS 203 (79.69% from 255) = 35.30%
BLUE value IS 225 (88.28% from 255) = 39.13%
R=25.57%
G=35.30%
B=39.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1472032250.350.1000.12196.9256.5272.94
Hex93CBE123A0Cc53949
Octal223313341431201430571111
Binary100100111100101111100001100011101001100110001011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,203,225); }

 H1.HeaderClassName
 {
   color: #93CBE1;
 }
 .AnyTagClassName
 {
   color: #93CBE1;
 }
</style>
background-color css

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

 a { background-color: rgb(147,203,225); }

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

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

 span { border-color: rgb(147,203,225); }

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