#91CADD

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

Shades of Anakiwa #91CADD

Tints of Anakiwa #91CADD

Color information

#91CADD (or 0x91CADD) is unknown color: approx Anakiwa. HEX triplet: 91, CA and DD. RGB value is (145,202,221). Sum of RGB (Red+Green+Blue) = 145+202+221=568 (75% of max value = 765). Red value is 145 (57.03% from 255 or 25.53% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #91CADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91CADD is #6E3522. Grayscale: #BABABA. Windows color (decimal): -7222563 or 14535313. OLE color: 14535313.

HSL color Cylindrical-coordinate representation of color #91CADD: hue angle of 195º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91CADD is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145202221-
CMYK0.340.0900.13
HSL195º52.78%71.76%-
HSV(B)195º34.39%86.67%-
XYZ45.8553.4876.31-
YUV187.12147.1297.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 25.53%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=25.53%
G=35.56%
B=38.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1452022210.340.0900.1319552.7871.76
Hex91CADD2290Dc33548
Octal221312335421101530365110
Binary100100011100101011011101100010100101101110000111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,202,221); }

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

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

 a { background-color: rgb(145,202,221); }

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

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

 span { border-color: rgb(145,202,221); }

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