#90BFDB

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

Shades of Cornflower #90BFDB

Tints of Cornflower #90BFDB

Color information

#90BFDB (or 0x90BFDB) is unknown color: approx Cornflower. HEX triplet: 90, BF and DB. RGB value is (144,191,219). Sum of RGB (Red+Green+Blue) = 144+191+219=554 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.99% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #90BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BFDB is #6F4024. Grayscale: #B3B3B3. Windows color (decimal): -7290917 or 14401424. OLE color: 14401424.

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

Color convert

RGB144191219-
CMYK0.340.1300.14
HSL202.4º51.02%71.18%-
HSV(B)202.4º34.25%85.88%-
XYZ42.9248.3174.08-
YUV180.14149.93102.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.99%
GREEN value IS 191 (75% from 255) = 34.48%
BLUE value IS 219 (85.94% from 255) = 39.53%
R=25.99%
G=34.48%
B=39.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441912190.340.1300.14202.451.0271.18
Hex90BFDB22D0Eca3347
Octal220277333421501631263107
Binary100100001011111111011011100010110101110110010101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,191,219); }

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

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

 a { background-color: rgb(144,191,219); }

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

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

 span { border-color: rgb(144,191,219); }

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