#92DAED

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

Shades of Anakiwa #92DAED

Tints of Anakiwa #92DAED

Color information

#92DAED (or 0x92DAED) is unknown color: approx Anakiwa. HEX triplet: 92, DA and ED. RGB value is (146,218,237). Sum of RGB (Red+Green+Blue) = 146+218+237=601 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.29% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #92DAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DAED is #6D2512. Grayscale: #C6C6C6. Windows color (decimal): -7152915 or 15587986. OLE color: 15587986.

HSL color Cylindrical-coordinate representation of color #92DAED: hue angle of 192.53º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92DAED is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146218237-
CMYK0.380.0800.07
HSL192.53º71.65%75.1%-
HSV(B)192.53º38.4%92.94%-
XYZ52.2162.3789.41-
YUV198.64149.6590.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.29%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 237 (92.97% from 255) = 39.43%
R=24.29%
G=36.27%
B=39.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462182370.380.0800.07192.5371.6575.1
Hex92DAED26807c1484b
Octal222332355461007301110113
Binary100100101101101011101101100110100001111100000110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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