#91D6F5

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

Shades of Anakiwa #91D6F5

Tints of Anakiwa #91D6F5

Color information

#91D6F5 (or 0x91D6F5) is unknown color: approx Anakiwa. HEX triplet: 91, D6 and F5. RGB value is (145,214,245). Sum of RGB (Red+Green+Blue) = 145+214+245=604 (80% of max value = 765). Red value is 145 (57.03% from 255 or 24.01% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 245 - color contains mainly: blue. Hex color #91D6F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D6F5 is #6E290A. Grayscale: #C4C4C4. Windows color (decimal): -7219467 or 16111249. OLE color: 16111249.

HSL color Cylindrical-coordinate representation of color #91D6F5: hue angle of 198.6º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91D6F5 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB145214245-
CMYK0.410.1300.04
HSL198.6º83.33%76.47%-
HSV(B)198.6º40.82%96.08%-
XYZ52.2160.7195.35-
YUV196.9155.1490.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.01%
GREEN value IS 214 (83.98% from 255) = 35.43%
BLUE value IS 245 (96.09% from 255) = 40.56%
R=24.01%
G=35.43%
B=40.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1452142450.410.1300.04198.683.3376.47
Hex91D6F529D04c7534c
Octal221326365511504307123114
Binary100100011101011011110101101001110101001100011110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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