#93CFEB

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

Shades of Cornflower #93CFEB

Tints of Cornflower #93CFEB

Color information

#93CFEB (or 0x93CFEB) is unknown color: approx Cornflower. HEX triplet: 93, CF and EB. RGB value is (147,207,235). Sum of RGB (Red+Green+Blue) = 147+207+235=589 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.96% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #93CFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CFEB is #6C3014. Grayscale: #C0C0C0. Windows color (decimal): -7090197 or 15454099. OLE color: 15454099.

HSL color Cylindrical-coordinate representation of color #93CFEB: hue angle of 199.09º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93CFEB is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147207235-
CMYK0.370.1200.08
HSL199.09º68.75%74.9%-
HSV(B)199.09º37.45%92.16%-
XYZ49.3456.8386.97-
YUV192.25152.1295.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.96%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=24.96%
G=35.14%
B=39.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472072350.370.1200.08199.0968.7574.9
Hex93CFEB25C08c7454b
Octal2233173534514010307105113
Binary1001001111001111111010111001011100010001100011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,207,235); }

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

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

 a { background-color: rgb(147,207,235); }

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

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

 span { border-color: rgb(147,207,235); }

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