#92DDF0

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

Shades of Anakiwa #92DDF0

Tints of Anakiwa #92DDF0

Color information

#92DDF0 (or 0x92DDF0) is unknown color: approx Anakiwa. HEX triplet: 92, DD and F0. RGB value is (146,221,240). Sum of RGB (Red+Green+Blue) = 146+221+240=607 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.05% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 240 - color contains mainly: blue. Hex color #92DDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DDF0 is #6D220F. Grayscale: #C8C8C8. Windows color (decimal): -7152144 or 15785362. OLE color: 15785362.

HSL color Cylindrical-coordinate representation of color #92DDF0: hue angle of 192.13º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92DDF0 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB146221240-
CMYK0.390.0800.06
HSL192.13º75.81%75.69%-
HSV(B)192.13º39.17%94.12%-
XYZ53.4464.1292-
YUV200.74150.1588.96-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.05%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 240 (94.14% from 255) = 39.54%
R=24.05%
G=36.41%
B=39.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1462212400.390.0800.06192.1375.8175.69
Hex92DDF027806c04c4c
Octal222335360471006300114114
Binary100100101101110111110000100111100001101100000010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,221,240); }

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

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

 a { background-color: rgb(146,221,240); }

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

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

 span { border-color: rgb(146,221,240); }

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