Html Css Color HEX #90DBE2 Charlotte

📋 copy color: '#90DBE2'

red 144 ◦ green 219 ◦ blue 226

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

Shades of Charlotte #90DBE2

Tints of Charlotte #90DBE2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.18%

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

R = 24.45%
G = 37.18%
B = 38.37%

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

#90DBE2 (or 0x90DBE2) is known color: Charlotte. HEX triplet: 90, DB and E2. RGB value is (144,219,226). Sum of RGB (Red+Green+Blue) = 144+219+226=589 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.45% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 226 (88.67% from 255 or 38.37% from 589); Max value from RGB is 226 - color contains mainly: blue. Hex color #90DBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DBE2 is #6F241D. Grayscale: #C5C5C5. Windows color (decimal): -7283742 or 14867344. OLE color: 14867344.

HSL color Cylindrical-coordinate representation of color #90DBE2: hue angle of 185.12º 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 #90DBE2 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 144 219 226 -
CMYK 0.36 0.03 0 0.11
HSL 185.12º 0.59% 0.73% -
HSV(B) 185.12º 0.36% 0.89% -
XYZ 50.56 62.08 81.27 -
YUV 197.37 144.15 89.93 -
System Red Green Blue C M Y K H S L
Decimal 144 219 226 0.36 0.03 0 0.11 185.12 0.59 0.73
Hex 90 DB E2 24 3 0 B B9 3B 49
Octal 220 333 342 44 3 0 13 271 73 111
Binary 10010000 11011011 11100010 100100 11 0 1011 10111001 111011 1001001

Color Harmonies of #90DBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DBE2

Black with #90DBE2

Text Example


Text Example

White with #90DBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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