#92DDE1

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

Shades of Charlotte #92DDE1

Tints of Charlotte #92DDE1

Color information

#92DDE1 (or 0x92DDE1) is unknown color: approx Charlotte. HEX triplet: 92, DD and E1. RGB value is (146,221,225). Sum of RGB (Red+Green+Blue) = 146+221+225=592 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.66% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 225 - color contains mainly: blue. Hex color #92DDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DDE1 is #6D221E. Grayscale: #C6C6C6. Windows color (decimal): -7152159 or 14802322. OLE color: 14802322.

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

Color convert

RGB146221225-
CMYK0.350.0200.12
HSL183.04º56.83%72.75%-
HSV(B)183.04º35.11%88.24%-
XYZ51.363.2680.74-
YUV199.03142.6590.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.66%
GREEN value IS 221 (86.72% from 255) = 37.33%
BLUE value IS 225 (88.28% from 255) = 38.01%
R=24.66%
G=37.33%
B=38.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1462212250.350.0200.12183.0456.8372.75
Hex92DDE12320Cb73949
Octal22233534143201426771111
Binary1001001011011101111000011000111001100101101111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92DDE1; }

 p { color: rgb(146,221,225); }

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

<style>
 a { background-color: #92DDE1; }

 a { background-color: rgb(146,221,225); }

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

<style>
 span { border-color: #92DDE1; }

 span { border-color: rgb(146,221,225); }

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