#92DAEE

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

Shades of Anakiwa #92DAEE

Tints of Anakiwa #92DAEE

Color information

#92DAEE (or 0x92DAEE) is unknown color: approx Anakiwa. HEX triplet: 92, DA and EE. RGB value is (146,218,238). Sum of RGB (Red+Green+Blue) = 146+218+238=602 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.25% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #92DAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DAEE is #6D2511. Grayscale: #C6C6C6. Windows color (decimal): -7152914 or 15653522. OLE color: 15653522.

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

Color convert

RGB146218238-
CMYK0.390.0800.07
HSL193.04º73.02%75.29%-
HSV(B)193.04º38.66%93.33%-
XYZ52.3662.4390.18-
YUV198.75150.1590.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.25%
GREEN value IS 218 (85.55% from 255) = 36.21%
BLUE value IS 238 (93.36% from 255) = 39.53%
R=24.25%
G=36.21%
B=39.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462182380.390.0800.07193.0473.0275.29
Hex92DAEE27807c1494b
Octal222332356471007301111113
Binary100100101101101011101110100111100001111100000110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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