#90BDEB

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

Shades of Cornflower #90BDEB

Tints of Cornflower #90BDEB

Color information

#90BDEB (or 0x90BDEB) is unknown color: approx Cornflower. HEX triplet: 90, BD and EB. RGB value is (144,189,235). Sum of RGB (Red+Green+Blue) = 144+189+235=568 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.35% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #90BDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BDEB is #6F4214. Grayscale: #B4B4B4. Windows color (decimal): -7291413 or 15449488. OLE color: 15449488.

HSL color Cylindrical-coordinate representation of color #90BDEB: hue angle of 210.33º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90BDEB is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB144189235-
CMYK0.390.2000.08
HSL210.33º69.47%74.31%-
HSV(B)210.33º38.72%92.16%-
XYZ44.6948.3285.57-
YUV180.79158.59101.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.35%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=25.35%
G=33.27%
B=41.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1441892350.390.2000.08210.3369.4774.31
Hex90BDEB271408d2454a
Octal2202753534724010322105112
Binary10010000101111011110101110011110100010001101001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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