#92DCF1

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

Shades of Anakiwa #92DCF1

Tints of Anakiwa #92DCF1

Color information

#92DCF1 (or 0x92DCF1) is unknown color: approx Anakiwa. HEX triplet: 92, DC and F1. RGB value is (146,220,241). Sum of RGB (Red+Green+Blue) = 146+220+241=607 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.05% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #92DCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DCF1 is #6D230E. Grayscale: #C8C8C8. Windows color (decimal): -7152399 or 15850642. OLE color: 15850642.

HSL color Cylindrical-coordinate representation of color #92DCF1: hue angle of 193.26º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92DCF1 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146220241-
CMYK0.390.0900.05
HSL193.26º77.24%75.88%-
HSV(B)193.26º39.42%94.51%-
XYZ53.3263.6592.69-
YUV200.27150.9889.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.05%
GREEN value IS 220 (86.33% from 255) = 36.24%
BLUE value IS 241 (94.53% from 255) = 39.70%
R=24.05%
G=36.24%
B=39.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462202410.390.0900.05193.2677.2475.88
Hex92DCF127905c14d4c
Octal222334361471105301115114
Binary100100101101110011110001100111100101011100000110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,220,241); }

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

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

 a { background-color: rgb(146,220,241); }

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

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

 span { border-color: rgb(146,220,241); }

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