#88CCFD

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

Shades of Light Sky Blue #88CCFD

Tints of Light Sky Blue #88CCFD

Color information

#88CCFD (or 0x88CCFD) is unknown color: approx Light Sky Blue. HEX triplet: 88, CC and FD. RGB value is (136,204,253). Sum of RGB (Red+Green+Blue) = 136+204+253=593 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.93% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #88CCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88CCFD is #773302. Grayscale: #BCBCBC. Windows color (decimal): -7811843 or 16632968. OLE color: 16632968.

HSL color Cylindrical-coordinate representation of color #88CCFD: hue angle of 205.13º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88CCFD is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB136204253-
CMYK0.460.1900.01
HSL205.13º96.69%76.27%-
HSV(B)205.13º46.25%99.22%-
XYZ49.4855.51101.04-
YUV189.25163.9790.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.93%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=22.93%
G=34.40%
B=42.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1362042530.460.1900.01205.1396.6976.27
Hex88CCFD2E1301cd614c
Octal210314375562301315141114
Binary10001000110011001111110110111010011011100110111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,204,253); }

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

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

 a { background-color: rgb(136,204,253); }

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

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

 span { border-color: rgb(136,204,253); }

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