#92DAE1

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

Shades of Charlotte #92DAE1

Tints of Charlotte #92DAE1

Color information

#92DAE1 (or 0x92DAE1) is unknown color: approx Charlotte. HEX triplet: 92, DA and E1. RGB value is (146,218,225). Sum of RGB (Red+Green+Blue) = 146+218+225=589 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.79% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #92DAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DAE1 is #6D251E. Grayscale: #C5C5C5. Windows color (decimal): -7152927 or 14801554. OLE color: 14801554.

HSL color Cylindrical-coordinate representation of color #92DAE1: hue angle of 185.32º 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 #92DAE1 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB146218225-
CMYK0.350.0300.12
HSL185.32º56.83%72.75%-
HSV(B)185.32º35.11%88.24%-
XYZ50.5261.6980.48-
YUV197.27143.6591.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.79%
GREEN value IS 218 (85.55% from 255) = 37.01%
BLUE value IS 225 (88.28% from 255) = 38.20%
R=24.79%
G=37.01%
B=38.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1462182250.350.0300.12185.3256.8372.75
Hex92DAE12330Cb93949
Octal22233234143301427171111
Binary1001001011011010111000011000111101100101110011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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