#91CEE1

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

Shades of Anakiwa #91CEE1

Tints of Anakiwa #91CEE1

Color information

#91CEE1 (or 0x91CEE1) is unknown color: approx Anakiwa. HEX triplet: 91, CE and E1. RGB value is (145,206,225). Sum of RGB (Red+Green+Blue) = 145+206+225=576 (76% of max value = 765). Red value is 145 (57.03% from 255 or 25.17% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: blue. Hex color #91CEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CEE1 is #6E311E. Grayscale: #BDBDBD. Windows color (decimal): -7221535 or 14798481. OLE color: 14798481.

HSL color Cylindrical-coordinate representation of color #91CEE1: hue angle of 194.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 #91CEE1 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB145206225-
CMYK0.360.0800.12
HSL194.25º57.14%72.55%-
HSV(B)194.25º35.56%88.24%-
XYZ47.3455.679.47-
YUV189.93147.7995.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.17%
GREEN value IS 206 (80.86% from 255) = 35.76%
BLUE value IS 225 (88.28% from 255) = 39.06%
R=25.17%
G=35.76%
B=39.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1452062250.360.0800.12194.2557.1472.55
Hex91CEE12480Cc23949
Octal221316341441001430271111
Binary100100011100111011100001100100100001100110000101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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