#86CFFE

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

Shades of Light Sky Blue #86CFFE

Tints of Light Sky Blue #86CFFE

Color information

#86CFFE (or 0x86CFFE) is unknown color: approx Light Sky Blue. HEX triplet: 86, CF and FE. RGB value is (134,207,254). Sum of RGB (Red+Green+Blue) = 134+207+254=595 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.52% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #86CFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CFFE is #793001. Grayscale: #BEBEBE. Windows color (decimal): -7942146 or 16699270. OLE color: 16699270.

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

Color convert

RGB134207254-
CMYK0.470.1900.00
HSL203.5º98.36%76.08%-
HSV(B)203.5º47.24%99.61%-
XYZ50.0356.85102.1-
YUV190.53163.8287.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.52%
GREEN value IS 207 (81.25% from 255) = 34.79%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=22.52%
G=34.79%
B=42.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1342072540.470.1900.00203.598.3676.08
Hex86CFFE2F1300cc624c
Octal206317376572300314142114
Binary10000110110011111111111010111110011001100110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,207,254); }

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

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

 a { background-color: rgb(134,207,254); }

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

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

 span { border-color: rgb(134,207,254); }

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