#92CDDE

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

Shades of Anakiwa #92CDDE

Tints of Anakiwa #92CDDE

Color information

#92CDDE (or 0x92CDDE) is unknown color: approx Anakiwa. HEX triplet: 92, CD and DE. RGB value is (146,205,222). Sum of RGB (Red+Green+Blue) = 146+205+222=573 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.48% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #92CDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CDDE is #6D3221. Grayscale: #BDBDBD. Windows color (decimal): -7156258 or 14601618. OLE color: 14601618.

HSL color Cylindrical-coordinate representation of color #92CDDE: hue angle of 193.42º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92CDDE is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146205222-
CMYK0.340.0800.13
HSL193.42º53.52%72.16%-
HSV(B)193.42º34.23%87.06%-
XYZ46.8755.0577.26-
YUV189.3146.4597.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.48%
GREEN value IS 205 (80.47% from 255) = 35.78%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=25.48%
G=35.78%
B=38.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462052220.340.0800.13193.4253.5272.16
Hex92CDDE2280Dc13648
Octal222315336421001530166110
Binary100100101100110111011110100010100001101110000011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,205,222); }

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

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

 a { background-color: rgb(146,205,222); }

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

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

 span { border-color: rgb(146,205,222); }

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