#90BFDC

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

Shades of Cornflower #90BFDC

Tints of Cornflower #90BFDC

Color information

#90BFDC (or 0x90BFDC) is unknown color: approx Cornflower. HEX triplet: 90, BF and DC. RGB value is (144,191,220). Sum of RGB (Red+Green+Blue) = 144+191+220=555 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.95% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #90BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BFDC is #6F4023. Grayscale: #B4B4B4. Windows color (decimal): -7290916 or 14466960. OLE color: 14466960.

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

Color convert

RGB144191220-
CMYK0.350.1300.14
HSL202.89º52.05%71.37%-
HSV(B)202.89º34.55%86.27%-
XYZ43.0548.3674.78-
YUV180.25150.43102.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.95%
GREEN value IS 191 (75% from 255) = 34.41%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=25.95%
G=34.41%
B=39.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441912200.350.1300.14202.8952.0571.37
Hex90BFDC23D0Ecb3447
Octal220277334431501631364107
Binary100100001011111111011100100011110101110110010111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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