#91D6E1

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

Shades of Anakiwa #91D6E1

Tints of Anakiwa #91D6E1

Color information

#91D6E1 (or 0x91D6E1) is unknown color: approx Anakiwa. HEX triplet: 91, D6 and E1. RGB value is (145,214,225). Sum of RGB (Red+Green+Blue) = 145+214+225=584 (77% of max value = 765). Red value is 145 (57.03% from 255 or 24.83% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 225 - color contains mainly: blue. Hex color #91D6E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91D6E1 is #6E291E. Grayscale: #C2C2C2. Windows color (decimal): -7219487 or 14800529. OLE color: 14800529.

HSL color Cylindrical-coordinate representation of color #91D6E1: hue angle of 188.25º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91D6E1 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB145214225-
CMYK0.360.0500.12
HSL188.25º57.14%72.55%-
HSV(B)188.25º35.56%88.24%-
XYZ49.3159.5580.13-
YUV194.62145.1492.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.83%
GREEN value IS 214 (83.98% from 255) = 36.64%
BLUE value IS 225 (88.28% from 255) = 38.53%
R=24.83%
G=36.64%
B=38.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1452142250.360.0500.12188.2557.1472.55
Hex91D6E12450Cbc3949
Octal22132634144501427471111
Binary10010001110101101110000110010010101100101111001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91D6E1; }

 p { color: rgb(145,214,225); }

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

<style>
 a { background-color: #91D6E1; }

 a { background-color: rgb(145,214,225); }

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

<style>
 span { border-color: #91D6E1; }

 span { border-color: rgb(145,214,225); }

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