#93CBF2

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

Shades of Cornflower #93CBF2

Tints of Cornflower #93CBF2

Color information

#93CBF2 (or 0x93CBF2) is unknown color: approx Cornflower. HEX triplet: 93, CB and F2. RGB value is (147,203,242). Sum of RGB (Red+Green+Blue) = 147+203+242=592 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.83% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #93CBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CBF2 is #6C340D. Grayscale: #BEBEBE. Windows color (decimal): -7091214 or 15911827. OLE color: 15911827.

HSL color Cylindrical-coordinate representation of color #93CBF2: hue angle of 204.63º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93CBF2 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147203242-
CMYK0.390.1600.05
HSL204.63º78.51%76.27%-
HSV(B)204.63º39.26%94.9%-
XYZ49.4255.3392.08-
YUV190.7156.9596.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.83%
GREEN value IS 203 (79.69% from 255) = 34.29%
BLUE value IS 242 (94.92% from 255) = 40.88%
R=24.83%
G=34.29%
B=40.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1472032420.390.1600.05204.6378.5176.27
Hex93CBF2271005cd4f4c
Octal223313362472005315117114
Binary1001001111001011111100101001111000001011100110110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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