Html Css Color HEX #90DCE7 Charlotte

📋 copy color: '#90DCE7'

red 144 ◦ green 220 ◦ blue 231

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

Shades of Charlotte #90DCE7

Tints of Charlotte #90DCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.82%

R = 24.2%
G = 36.97%
B = 38.82%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#90DCE7 (or 0x90DCE7) is known color: Charlotte. HEX triplet: 90, DC and E7. RGB value is (144,220,231). Sum of RGB (Red+Green+Blue) = 144+220+231=595 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.20% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 231 (90.62% from 255 or 38.82% from 595); Max value from RGB is 231 - color contains mainly: blue. Hex color #90DCE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DCE7 is #6F2318. Grayscale: #C6C6C6. Windows color (decimal): -7283481 or 15195280. OLE color: 15195280.

HSL color Cylindrical-coordinate representation of color #90DCE7: hue angle of 187.59º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90DCE7 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 144 220 231 -
CMYK 0.38 0.05 0 0.09
HSL 187.59º 0.64% 0.74% -
HSV(B) 187.59º 0.38% 0.91% -
XYZ 51.52 62.89 85.02 -
YUV 198.53 146.32 89.11 -
System Red Green Blue C M Y K H S L
Decimal 144 220 231 0.38 0.05 0 0.09 187.59 0.64 0.74
Hex 90 DC E7 26 5 0 9 BC 40 4A
Octal 220 334 347 46 5 0 11 274 100 112
Binary 10010000 11011100 11100111 100110 101 0 1001 10111100 1000000 1001010

Color Harmonies of #90DCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DCE7

Black with #90DCE7

Text Example


Text Example

White with #90DCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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