#90C1DB

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

Shades of Cornflower #90C1DB

Tints of Cornflower #90C1DB

Color information

#90C1DB (or 0x90C1DB) is unknown color: approx Cornflower. HEX triplet: 90, C1 and DB. RGB value is (144,193,219). Sum of RGB (Red+Green+Blue) = 144+193+219=556 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.90% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #90C1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C1DB is #6F3E24. Grayscale: #B5B5B5. Windows color (decimal): -7290405 or 14401936. OLE color: 14401936.

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

Color convert

RGB144193219-
CMYK0.340.1200.14
HSL200.8º51.02%71.18%-
HSV(B)200.8º34.25%85.88%-
XYZ43.3649.1874.23-
YUV181.31149.27101.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.90%
GREEN value IS 193 (75.78% from 255) = 34.71%
BLUE value IS 219 (85.94% from 255) = 39.39%
R=25.90%
G=34.71%
B=39.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1441932190.340.1200.14200.851.0271.18
Hex90C1DB22C0Ec93347
Octal220301333421401631163107
Binary100100001100000111011011100010110001110110010011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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