#91DAEE

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

Shades of Anakiwa #91DAEE

Tints of Anakiwa #91DAEE

Color information

#91DAEE (or 0x91DAEE) is unknown color: approx Anakiwa. HEX triplet: 91, DA and EE. RGB value is (145,218,238). Sum of RGB (Red+Green+Blue) = 145+218+238=601 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.13% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #91DAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DAEE is #6E2511. Grayscale: #C6C6C6. Windows color (decimal): -7218450 or 15653521. OLE color: 15653521.

HSL color Cylindrical-coordinate representation of color #91DAEE: hue angle of 192.9º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91DAEE is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145218238-
CMYK0.390.0800.07
HSL192.9º73.23%75.1%-
HSV(B)192.9º39.08%93.33%-
XYZ52.1862.3490.17-
YUV198.45150.3289.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.13%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 238 (93.36% from 255) = 39.60%
R=24.13%
G=36.27%
B=39.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1452182380.390.0800.07192.973.2375.1
Hex91DAEE27807c1494b
Octal221332356471007301111113
Binary100100011101101011101110100111100001111100000110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,218,238); }

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

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

 a { background-color: rgb(145,218,238); }

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

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

 span { border-color: rgb(145,218,238); }

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