#93CBF1

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

Shades of Cornflower #93CBF1

Tints of Cornflower #93CBF1

Color information

#93CBF1 (or 0x93CBF1) is unknown color: approx Cornflower. HEX triplet: 93, CB and F1. RGB value is (147,203,241). Sum of RGB (Red+Green+Blue) = 147+203+241=591 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.87% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #93CBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CBF1 is #6C340E. Grayscale: #BEBEBE. Windows color (decimal): -7091215 or 15846291. OLE color: 15846291.

HSL color Cylindrical-coordinate representation of color #93CBF1: hue angle of 204.26º degrees, saturation: 0.77, 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 #93CBF1 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147203241-
CMYK0.390.1600.05
HSL204.26º77.05%76.08%-
HSV(B)204.26º39%94.51%-
XYZ49.2755.2791.29-
YUV190.59156.4596.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.87%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 241 (94.53% from 255) = 40.78%
R=24.87%
G=34.35%
B=40.78%

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
Decimal1472032410.390.1600.05204.2677.0576.08
Hex93CBF1271005cc4d4c
Octal223313361472005314115114
Binary1001001111001011111100011001111000001011100110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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