#88cbe1

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

Shades of Sky Blue #88CBE1

Tints of Sky Blue #88CBE1

Color information

#88CBE1 (or 0x88CBE1) is unknown color: approx Sky Blue. HEX triplet: 88, CB and E1. RGB value is (136,203,225). Sum of RGB (Red+Green+Blue) = 136+203+225=564 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.11% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #88CBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CBE1 is #77341E. Grayscale: #B9B9B9. Windows color (decimal): -7812127 or 14797704. OLE color: 14797704.

HSL color Cylindrical-coordinate representation of color #88CBE1: hue angle of 194.83º 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 #88CBE1 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB136203225-
CMYK0.400.1000.12
HSL194.83º59.73%70.78%-
HSV(B)194.83º39.56%88.24%-
XYZ45.153.3879.16-
YUV185.48150.392.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.11%
GREEN value IS 203 (79.69% from 255) = 35.99%
BLUE value IS 225 (88.28% from 255) = 39.89%
R=24.11%
G=35.99%
B=39.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1362032250.400.1000.12194.8359.7370.78
Hex88CBE128A0Cc33c47
Octal210313341501201430374107
Binary100010001100101111100001101000101001100110000111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88cbe1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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