#93cbde

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

Shades of Cornflower #93CBDE

Tints of Cornflower #93CBDE

Color information

#93CBDE (or 0x93CBDE) is unknown color: approx Cornflower. HEX triplet: 93, CB and DE. RGB value is (147,203,222). Sum of RGB (Red+Green+Blue) = 147+203+222=572 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.70% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #93CBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CBDE is #6C3421. Grayscale: #BCBCBC. Windows color (decimal): -7091234 or 14601107. OLE color: 14601107.

HSL color Cylindrical-coordinate representation of color #93CBDE: hue angle of 195.2º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93CBDE is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147203222-
CMYK0.340.0900.13
HSL195.2º53.19%72.35%-
HSV(B)195.2º33.78%87.06%-
XYZ46.5754.1977.11-
YUV188.42146.9598.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 25.70%
GREEN value IS 203 (79.69% from 255) = 35.49%
BLUE value IS 222 (87.11% from 255) = 38.81%
R=25.70%
G=35.49%
B=38.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472032220.340.0900.13195.253.1972.35
Hex93CBDE2290Dc33548
Octal223313336421101530365110
Binary100100111100101111011110100010100101101110000111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93cbde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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