Html Css Color HEX #90DBE5 Charlotte

📋 copy color: '#90DBE5'

red 144 ◦ green 219 ◦ blue 229

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

Shades of Charlotte #90DBE5

Tints of Charlotte #90DBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.68%

R = 24.32%
G = 36.99%
B = 38.68%

CMYK

 C value IS 0.37

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#90DBE5 (or 0x90DBE5) is known color: Charlotte. HEX triplet: 90, DB and E5. RGB value is (144,219,229). Sum of RGB (Red+Green+Blue) = 144+219+229=592 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.32% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 229 - color contains mainly: blue. Hex color #90DBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DBE5 is #6F241A. Grayscale: #C5C5C5. Windows color (decimal): -7283739 or 15063952. OLE color: 15063952.

HSL color Cylindrical-coordinate representation of color #90DBE5: hue angle of 187.06º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90DBE5 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 144 219 229 -
CMYK 0.37 0.04 0 0.10
HSL 187.06º 0.62% 0.73% -
HSV(B) 187.06º 0.37% 0.9% -
XYZ 50.98 62.25 83.46 -
YUV 197.72 145.65 89.69 -
System Red Green Blue C M Y K H S L
Decimal 144 219 229 0.37 0.04 0 0.10 187.06 0.62 0.73
Hex 90 DB E5 25 4 0 A BB 3E 49
Octal 220 333 345 45 4 0 12 273 76 111
Binary 10010000 11011011 11100101 100101 100 0 1010 10111011 111110 1001001

Color Harmonies of #90DBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DBE5

Black with #90DBE5

Text Example


Text Example

White with #90DBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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