#92DBED

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

Shades of Anakiwa #92DBED

Tints of Anakiwa #92DBED

Color information

#92DBED (or 0x92DBED) is unknown color: approx Anakiwa. HEX triplet: 92, DB and ED. RGB value is (146,219,237). Sum of RGB (Red+Green+Blue) = 146+219+237=602 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.25% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #92DBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DBED is #6D2412. Grayscale: #C7C7C7. Windows color (decimal): -7152659 or 15588242. OLE color: 15588242.

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

Color convert

RGB146219237-
CMYK0.380.0800.07
HSL191.87º71.65%75.1%-
HSV(B)191.87º38.4%92.94%-
XYZ52.4762.8989.49-
YUV199.22149.3290.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.25%
GREEN value IS 219 (85.94% from 255) = 36.38%
BLUE value IS 237 (92.97% from 255) = 39.37%
R=24.25%
G=36.38%
B=39.37%

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
Decimal1462192370.380.0800.07191.8771.6575.1
Hex92DBED26807c0484b
Octal222333355461007300110113
Binary100100101101101111101101100110100001111100000010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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