#92D3ED

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

Shades of Anakiwa #92D3ED

Tints of Anakiwa #92D3ED

Color information

#92D3ED (or 0x92D3ED) is unknown color: approx Anakiwa. HEX triplet: 92, D3 and ED. RGB value is (146,211,237). Sum of RGB (Red+Green+Blue) = 146+211+237=594 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.58% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #92D3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D3ED is #6D2C12. Grayscale: #C2C2C2. Windows color (decimal): -7154707 or 15586194. OLE color: 15586194.

HSL color Cylindrical-coordinate representation of color #92D3ED: hue angle of 197.14º 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 #92D3ED is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146211237-
CMYK0.380.1100.07
HSL197.14º71.65%75.1%-
HSV(B)197.14º38.4%92.94%-
XYZ50.4358.8188.81-
YUV194.53151.9793.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.58%
GREEN value IS 211 (82.81% from 255) = 35.52%
BLUE value IS 237 (92.97% from 255) = 39.90%
R=24.58%
G=35.52%
B=39.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462112370.380.1100.07197.1471.6575.1
Hex92D3ED26B07c5484b
Octal222323355461307305110113
Binary100100101101001111101101100110101101111100010110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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