Html Css Color HEX #90DCE2 Charlotte

📋 copy color: '#90DCE2'

red 144 ◦ green 220 ◦ blue 226

#90DCE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charlotte #90DCE2

Tints of Charlotte #90DCE2

RGB

 RED value IS 144 (56.64% from 255) = 24.41%

 GREEN value IS 220 (86.33% from 255) = 37.29%

 BLUE value IS 226 (88.67% from 255) = 38.31%

R = 24.41%
G = 37.29%
B = 38.31%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#90DCE2 (or 0x90DCE2) is known color: Charlotte. HEX triplet: 90, DC and E2. RGB value is (144,220,226). Sum of RGB (Red+Green+Blue) = 144+220+226=590 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.41% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 226 (88.67% from 255 or 38.31% from 590); Max value from RGB is 226 - color contains mainly: blue. Hex color #90DCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DCE2 is #6F231D. Grayscale: #C5C5C5. Windows color (decimal): -7283486 or 14867600. OLE color: 14867600.

HSL color Cylindrical-coordinate representation of color #90DCE2: hue angle of 184.39º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90DCE2 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 144 220 226 -
CMYK 0.36 0.03 0 0.11
HSL 184.39º 0.59% 0.73% -
HSV(B) 184.39º 0.36% 0.89% -
XYZ 50.82 62.61 81.36 -
YUV 197.96 143.82 89.51 -
System Red Green Blue C M Y K H S L
Decimal 144 220 226 0.36 0.03 0 0.11 184.39 0.59 0.73
Hex 90 DC E2 24 3 0 B B8 3B 49
Octal 220 334 342 44 3 0 13 270 73 111
Binary 10010000 11011100 11100010 100100 11 0 1011 10111000 111011 1001001

Color Harmonies of #90DCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DCE2

Black with #90DCE2

Text Example


Text Example

White with #90DCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90DCE2;
 }
 .AnyTagClassName
 {
   color: #90DCE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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