Html Css Color HEX #86D3FD Light Sky Blue

📋 copy color: '#86D3FD'

red 134 ◦ green 211 ◦ blue 253

#86D3FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sky Blue #86D3FD

Tints of Light Sky Blue #86D3FD

RGB

 RED value IS 134 (52.73% from 255) = 22.41%

 GREEN value IS 211 (82.81% from 255) = 35.28%

 BLUE value IS 253 (99.22% from 255) = 42.31%

R = 22.41%
G = 35.28%
B = 42.31%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#86D3FD (or 0x86D3FD) is known color: Light Sky Blue. HEX triplet: 86, D3 and FD. RGB value is (134,211,253). Sum of RGB (Red+Green+Blue) = 134+211+253=598 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.41% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #86D3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D3FD is #792C02. Grayscale: #C0C0C0. Windows color (decimal): -7941123 or 16634758. OLE color: 16634758.

HSL color Cylindrical-coordinate representation of color #86D3FD: hue angle of 201.18º 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 #86D3FD is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 134 211 253 -
CMYK 0.47 0.17 0 0.01
HSL 201.18º 0.97% 0.76% -
HSV(B) 201.18º 0.47% 0.99% -
XYZ 50.86 58.75 101.59 -
YUV 192.77 161.99 86.08 -
System Red Green Blue C M Y K H S L
Decimal 134 211 253 0.47 0.17 0 0.01 201.18 0.97 0.76
Hex 86 D3 FD 2F 11 0 1 C9 61 4C
Octal 206 323 375 57 21 0 1 311 141 114
Binary 10000110 11010011 11111101 101111 10001 0 1 11001001 1100001 1001100

Color Harmonies of #86D3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D3FD

Black with #86D3FD

Text Example


Text Example

White with #86D3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86D3FD;
 }
 .AnyTagClassName
 {
   color: #86D3FD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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