Html Css Color HEX #86C1FD Light Sky Blue

📋 copy color: '#86C1FD'

red 134 ◦ green 193 ◦ blue 253

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

Shades of Light Sky Blue #86C1FD

Tints of Light Sky Blue #86C1FD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.28%

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

R = 23.1%
G = 33.28%
B = 43.62%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#86C1FD (or 0x86C1FD) is known color: Light Sky Blue. HEX triplet: 86, C1 and FD. RGB value is (134,193,253). Sum of RGB (Red+Green+Blue) = 134+193+253=580 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.10% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #86C1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C1FD is #793E02. Grayscale: #B5B5B5. Windows color (decimal): -7945731 or 16630150. OLE color: 16630150.

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

Color convert

RGB 134 193 253 -
CMYK 0.47 0.24 0 0.01
HSL 210.25º 0.97% 0.76% -
HSV(B) 210.25º 0.47% 0.99% -
XYZ 46.63 50.3 100.18 -
YUV 182.2 167.95 93.62 -
System Red Green Blue C M Y K H S L
Decimal 134 193 253 0.47 0.24 0 0.01 210.25 0.97 0.76
Hex 86 C1 FD 2F 18 0 1 D2 61 4C
Octal 206 301 375 57 30 0 1 322 141 114
Binary 10000110 11000001 11111101 101111 11000 0 1 11010010 1100001 1001100

Color Harmonies of #86C1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C1FD

Black with #86C1FD

Text Example


Text Example

White with #86C1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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