#90DCE1

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

Shades of Charlotte #90DCE1

Tints of Charlotte #90DCE1

Color information

#90DCE1 (or 0x90DCE1) is unknown color: approx Charlotte. HEX triplet: 90, DC and E1. RGB value is (144,220,225). Sum of RGB (Red+Green+Blue) = 144+220+225=589 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.45% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #90DCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DCE1 is #6F231E. Grayscale: #C5C5C5. Windows color (decimal): -7283487 or 14802064. OLE color: 14802064.

HSL color Cylindrical-coordinate representation of color #90DCE1: hue angle of 183.7º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90DCE1 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB144220225-
CMYK0.360.0200.12
HSL183.7º57.45%72.35%-
HSV(B)183.7º36%88.24%-
XYZ50.6962.5580.64-
YUV197.85143.3289.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.45%
GREEN value IS 220 (86.33% from 255) = 37.35%
BLUE value IS 225 (88.28% from 255) = 38.20%
R=24.45%
G=37.35%
B=38.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1442202250.360.0200.12183.757.4572.35
Hex90DCE12420Cb83948
Octal22033434144201427071110
Binary1001000011011100111000011001001001100101110001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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