#91D4F4

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

Shades of Anakiwa #91D4F4

Tints of Anakiwa #91D4F4

Color information

#91D4F4 (or 0x91D4F4) is unknown color: approx Anakiwa. HEX triplet: 91, D4 and F4. RGB value is (145,212,244). Sum of RGB (Red+Green+Blue) = 145+212+244=601 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.13% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 244 (95.70% from 255 or 40.60% from 601); Max value from RGB is 244 - color contains mainly: blue. Hex color #91D4F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91D4F4 is #6E2B0B. Grayscale: #C3C3C3. Windows color (decimal): -7219980 or 16045201. OLE color: 16045201.

HSL color Cylindrical-coordinate representation of color #91D4F4: hue angle of 199.39º degrees, saturation: 0.82, 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 #91D4F4 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB145212244-
CMYK0.410.1300.04
HSL199.39º81.82%76.27%-
HSV(B)199.39º40.57%95.69%-
XYZ51.5559.6494.38-
YUV195.61155.391.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 24.13%
GREEN value IS 212 (83.20% from 255) = 35.27%
BLUE value IS 244 (95.70% from 255) = 40.60%
R=24.13%
G=35.27%
B=40.60%

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
Decimal1452122440.410.1300.04199.3981.8276.27
Hex91D4F429D04c7524c
Octal221324364511504307122114
Binary100100011101010011110100101001110101001100011110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D4F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,212,244); }

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

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

 a { background-color: rgb(145,212,244); }

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

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

 span { border-color: rgb(145,212,244); }

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