#90BDED

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

Shades of Cornflower #90BDED

Tints of Cornflower #90BDED

Color information

#90BDED (or 0x90BDED) is unknown color: approx Cornflower. HEX triplet: 90, BD and ED. RGB value is (144,189,237). Sum of RGB (Red+Green+Blue) = 144+189+237=570 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.26% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #90BDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BDED is #6F4212. Grayscale: #B4B4B4. Windows color (decimal): -7291411 or 15580560. OLE color: 15580560.

HSL color Cylindrical-coordinate representation of color #90BDED: hue angle of 210.97º 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 #90BDED is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144189237-
CMYK0.390.2000.07
HSL210.97º72.09%74.71%-
HSV(B)210.97º39.24%92.94%-
XYZ44.9948.4487.1-
YUV181.02159.59101.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.26%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 237 (92.97% from 255) = 41.58%
R=25.26%
G=33.16%
B=41.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441892370.390.2000.07210.9772.0974.71
Hex90BDED271407d3484b
Octal220275355472407323110113
Binary1001000010111101111011011001111010001111101001110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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