Html Css Color HEX #86BFFE Light Sky Blue

📋 copy color: '#86BFFE'

red 134 ◦ green 191 ◦ blue 254

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

Shades of Light Sky Blue #86BFFE

Tints of Light Sky Blue #86BFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 32.99%

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

R = 23.14%
G = 32.99%
B = 43.87%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#86BFFE (or 0x86BFFE) is known color: Light Sky Blue. HEX triplet: 86, BF and FE. RGB value is (134,191,254). Sum of RGB (Red+Green+Blue) = 134+191+254=579 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.14% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #86BFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BFFE is #794001. Grayscale: #B4B4B4. Windows color (decimal): -7946242 or 16695174. OLE color: 16695174.

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

Color convert

RGB 134 191 254 -
CMYK 0.47 0.25 0 0.00
HSL 211.5º 0.98% 0.76% -
HSV(B) 211.5º 0.47% 1% -
XYZ 46.35 49.49 100.87 -
YUV 181.14 169.12 94.38 -
System Red Green Blue C M Y K H S L
Decimal 134 191 254 0.47 0.25 0 0.00 211.5 0.98 0.76
Hex 86 BF FE 2F 19 0 0 D4 62 4C
Octal 206 277 376 57 31 0 0 324 142 114
Binary 10000110 10111111 11111110 101111 11001 0 0 11010100 1100010 1001100

Color Harmonies of #86BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BFFE

Black with #86BFFE

Text Example


Text Example

White with #86BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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