#90CDED

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

Shades of Cornflower #90CDED

Tints of Cornflower #90CDED

Color information

#90CDED (or 0x90CDED) is unknown color: approx Cornflower. HEX triplet: 90, CD and ED. RGB value is (144,205,237). Sum of RGB (Red+Green+Blue) = 144+205+237=586 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.57% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #90CDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CDED is #6F3212. Grayscale: #BEBEBE. Windows color (decimal): -7287315 or 15584656. OLE color: 15584656.

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

Color convert

RGB144205237-
CMYK0.390.1400.07
HSL200.65º72.09%74.71%-
HSV(B)200.65º39.24%92.94%-
XYZ48.6255.7188.31-
YUV190.41154.2994.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.57%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 237 (92.97% from 255) = 40.44%
R=24.57%
G=34.98%
B=40.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1442052370.390.1400.07200.6572.0974.71
Hex90CDED27E07c9484b
Octal220315355471607311110113
Binary100100001100110111101101100111111001111100100110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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