#88C8FE

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

Shades of Light Sky Blue #88C8FE

Tints of Light Sky Blue #88C8FE

Color information

#88C8FE (or 0x88C8FE) is unknown color: approx Light Sky Blue. HEX triplet: 88, C8 and FE. RGB value is (136,200,254). Sum of RGB (Red+Green+Blue) = 136+200+254=590 (78% of max value = 765). Red value is 136 (53.52% from 255 or 23.05% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #88C8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C8FE is #773701. Grayscale: #BABABA. Windows color (decimal): -7812866 or 16697480. OLE color: 16697480.

HSL color Cylindrical-coordinate representation of color #88C8FE: hue angle of 207.46º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88C8FE is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB136200254-
CMYK0.460.2100.00
HSL207.46º98.33%76.47%-
HSV(B)207.46º46.46%99.61%-
XYZ48.753.7101.56-
YUV187.02165.891.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.05%
GREEN value IS 200 (78.52% from 255) = 33.90%
BLUE value IS 254 (99.61% from 255) = 43.05%
R=23.05%
G=33.90%
B=43.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1362002540.460.2100.00207.4698.3376.47
Hex88C8FE2E1500cf624c
Octal210310376562500317142114
Binary10001000110010001111111010111010101001100111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,200,254); }

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

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

 a { background-color: rgb(136,200,254); }

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

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

 span { border-color: rgb(136,200,254); }

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