#90BEDE

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

Shades of Cornflower #90BEDE

Tints of Cornflower #90BEDE

Color information

#90BEDE (or 0x90BEDE) is unknown color: approx Cornflower. HEX triplet: 90, BE and DE. RGB value is (144,190,222). Sum of RGB (Red+Green+Blue) = 144+190+222=556 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.90% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 222 - color contains mainly: blue. Hex color #90BEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BEDE is #6F4121. Grayscale: #B3B3B3. Windows color (decimal): -7291170 or 14597776. OLE color: 14597776.

HSL color Cylindrical-coordinate representation of color #90BEDE: hue angle of 204.62º 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 #90BEDE is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144190222-
CMYK0.350.1400.13
HSL204.62º54.17%71.76%-
HSV(B)204.62º35.14%87.06%-
XYZ43.148.0376.11-
YUV179.89151.76102.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.90%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 222 (87.11% from 255) = 39.93%
R=25.90%
G=34.17%
B=39.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441902220.350.1400.13204.6254.1771.76
Hex90BEDE23E0Dcd3648
Octal220276336431601531566110
Binary100100001011111011011110100011111001101110011011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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