#91CDE1

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

Shades of Anakiwa #91CDE1

Tints of Anakiwa #91CDE1

Color information

#91CDE1 (or 0x91CDE1) is unknown color: approx Anakiwa. HEX triplet: 91, CD and E1. RGB value is (145,205,225). Sum of RGB (Red+Green+Blue) = 145+205+225=575 (76% of max value = 765). Red value is 145 (57.03% from 255 or 25.22% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 225 - color contains mainly: blue. Hex color #91CDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CDE1 is #6E321E. Grayscale: #BDBDBD. Windows color (decimal): -7221791 or 14798225. OLE color: 14798225.

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

Color convert

RGB145205225-
CMYK0.360.0900.12
HSL195º57.14%72.55%-
HSV(B)195º35.56%88.24%-
XYZ47.155.1279.39-
YUV189.34148.1296.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.22%
GREEN value IS 205 (80.47% from 255) = 35.65%
BLUE value IS 225 (88.28% from 255) = 39.13%
R=25.22%
G=35.65%
B=39.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1452052250.360.0900.1219557.1472.55
Hex91CDE12490Cc33949
Octal221315341441101430371111
Binary100100011100110111100001100100100101100110000111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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