Html Css Color HEX #86E1FE Light Sky Blue

📋 copy color: '#86E1FE'

red 134 ◦ green 225 ◦ blue 254

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

Shades of Light Sky Blue #86E1FE

Tints of Light Sky Blue #86E1FE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.7%

 BLUE value IS 254 (99.61% from 255) = 41.44%

R = 21.86%
G = 36.7%
B = 41.44%

CMYK

 C value IS 0.47

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#86E1FE (or 0x86E1FE) is known color: Light Sky Blue. HEX triplet: 86, E1 and FE. RGB value is (134,225,254). Sum of RGB (Red+Green+Blue) = 134+225+254=613 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.86% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #86E1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86E1FE is #791E01. Grayscale: #C8C8C8. Windows color (decimal): -7937538 or 16703878. OLE color: 16703878.

HSL color Cylindrical-coordinate representation of color #86E1FE: hue angle of 194.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 #86E1FE is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 134 225 254 -
CMYK 0.47 0.11 0 0.00
HSL 194.5º 0.98% 0.76% -
HSV(B) 194.5º 0.47% 1% -
XYZ 54.65 66.07 103.64 -
YUV 201.1 157.85 80.14 -
System Red Green Blue C M Y K H S L
Decimal 134 225 254 0.47 0.11 0 0.00 194.5 0.98 0.76
Hex 86 E1 FE 2F B 0 0 C2 62 4C
Octal 206 341 376 57 13 0 0 302 142 114
Binary 10000110 11100001 11111110 101111 1011 0 0 11000010 1100010 1001100

Color Harmonies of #86E1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E1FE

Black with #86E1FE

Text Example


Text Example

White with #86E1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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