#90BEDA

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

Shades of Cornflower #90BEDA

Tints of Cornflower #90BEDA

Color information

#90BEDA (or 0x90BEDA) is unknown color: approx Cornflower. HEX triplet: 90, BE and DA. RGB value is (144,190,218). Sum of RGB (Red+Green+Blue) = 144+190+218=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #90BEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BEDA is #6F4125. Grayscale: #B3B3B3. Windows color (decimal): -7291174 or 14335632. OLE color: 14335632.

HSL color Cylindrical-coordinate representation of color #90BEDA: hue angle of 202.7º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90BEDA is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144190218-
CMYK0.340.1300.15
HSL202.7º50%70.98%-
HSV(B)202.7º33.94%85.49%-
XYZ42.5747.8273.32-
YUV179.44149.76102.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.09%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=26.09%
G=34.42%
B=39.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1441902180.340.1300.15202.75070.98
Hex90BEDA22D0Fcb3247
Octal220276332421501731362107
Binary100100001011111011011010100010110101111110010111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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