#88BFE1

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

Shades of Anakiwa #88BFE1

Tints of Anakiwa #88BFE1

Color information

#88BFE1 (or 0x88BFE1) is unknown color: approx Anakiwa. HEX triplet: 88, BF and E1. RGB value is (136,191,225). Sum of RGB (Red+Green+Blue) = 136+191+225=552 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.64% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #88BFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFE1 is #77401E. Grayscale: #B2B2B2. Windows color (decimal): -7815199 or 14794632. OLE color: 14794632.

HSL color Cylindrical-coordinate representation of color #88BFE1: hue angle of 202.92º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88BFE1 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB136191225-
CMYK0.400.1500.12
HSL202.92º59.73%70.78%-
HSV(B)202.92º39.56%88.24%-
XYZ42.3747.9378.25-
YUV178.43154.2897.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.64%
GREEN value IS 191 (75% from 255) = 34.60%
BLUE value IS 225 (88.28% from 255) = 40.76%
R=24.64%
G=34.60%
B=40.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1361912250.400.1500.12202.9259.7370.78
Hex88BFE128F0Ccb3c47
Octal210277341501701431374107
Binary100010001011111111100001101000111101100110010111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88BFE1; }

 p { color: rgb(136,191,225); }

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

<style>
 a { background-color: #88BFE1; }

 a { background-color: rgb(136,191,225); }

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

<style>
 span { border-color: #88BFE1; }

 span { border-color: rgb(136,191,225); }

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