#93CDED

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

Shades of Cornflower #93CDED

Tints of Cornflower #93CDED

Color information

#93CDED (or 0x93CDED) is unknown color: approx Cornflower. HEX triplet: 93, CD and ED. RGB value is (147,205,237). Sum of RGB (Red+Green+Blue) = 147+205+237=589 (78% of max value = 765). Red value is 147 (57.81% from 255 or 24.96% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #93CDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93CDED is #6C3212. Grayscale: #BFBFBF. Windows color (decimal): -7090707 or 15584659. OLE color: 15584659.

HSL color Cylindrical-coordinate representation of color #93CDED: hue angle of 201.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93CDED is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147205237-
CMYK0.380.1400.07
HSL201.33º71.43%75.29%-
HSV(B)201.33º37.97%92.94%-
XYZ49.1555.9888.34-
YUV191.31153.7896.4-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 24.96%
GREEN value IS 205 (80.47% from 255) = 34.80%
BLUE value IS 237 (92.97% from 255) = 40.24%
R=24.96%
G=34.80%
B=40.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472052370.380.1400.07201.3371.4375.29
Hex93CDED26E07c9474b
Octal223315355461607311107113
Binary100100111100110111101101100110111001111100100110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,205,237); }

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

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

 a { background-color: rgb(147,205,237); }

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

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

 span { border-color: rgb(147,205,237); }

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