#86CDFD

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

Shades of Light Sky Blue #86CDFD

Tints of Light Sky Blue #86CDFD

Color information

#86CDFD (or 0x86CDFD) is unknown color: approx Light Sky Blue. HEX triplet: 86, CD and FD. RGB value is (134,205,253). Sum of RGB (Red+Green+Blue) = 134+205+253=592 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.64% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #86CDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CDFD is #793202. Grayscale: #BCBCBC. Windows color (decimal): -7942659 or 16633222. OLE color: 16633222.

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

Color convert

RGB134205253-
CMYK0.470.1900.01
HSL204.2º96.75%75.88%-
HSV(B)204.2º47.04%99.22%-
XYZ49.3955.82101.1-
YUV189.24163.9888.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.64%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 253 (99.22% from 255) = 42.74%
R=22.64%
G=34.63%
B=42.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1342052530.470.1900.01204.296.7575.88
Hex86CDFD2F1301cc614c
Octal206315375572301314141114
Binary10000110110011011111110110111110011011100110011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86CDFD; }

 p { color: rgb(134,205,253); }

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

<style>
 a { background-color: #86CDFD; }

 a { background-color: rgb(134,205,253); }

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

<style>
 span { border-color: #86CDFD; }

 span { border-color: rgb(134,205,253); }

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