#90BDDE

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

Shades of Cornflower #90BDDE

Tints of Cornflower #90BDDE

Color information

#90BDDE (or 0x90BDDE) is unknown color: approx Cornflower. HEX triplet: 90, BD and DE. RGB value is (144,189,222). Sum of RGB (Red+Green+Blue) = 144+189+222=555 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.95% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #90BDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BDDE is #6F4221. Grayscale: #B3B3B3. Windows color (decimal): -7291426 or 14597520. OLE color: 14597520.

HSL color Cylindrical-coordinate representation of color #90BDDE: hue angle of 205.38º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90BDDE is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144189222-
CMYK0.350.1500.13
HSL205.38º54.17%71.76%-
HSV(B)205.38º35.14%87.06%-
XYZ42.8847.676.03-
YUV179.31152.09102.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.95%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 222 (87.11% from 255) = 40%
R=25.95%
G=34.05%
B=40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441892220.350.1500.13205.3854.1771.76
Hex90BDDE23F0Dcd3648
Octal220275336431701531566110
Binary100100001011110111011110100011111101101110011011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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