Html Css Color HEX #86BFFD Light Sky Blue

📋 copy color: '#86BFFD'

red 134 ◦ green 191 ◦ blue 253

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

Shades of Light Sky Blue #86BFFD

Tints of Light Sky Blue #86BFFD

RGB

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

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

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

R = 23.18%
G = 33.04%
B = 43.77%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#86BFFD (or 0x86BFFD) is known color: Light Sky Blue. HEX triplet: 86, BF and FD. RGB value is (134,191,253). Sum of RGB (Red+Green+Blue) = 134+191+253=578 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.18% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #86BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BFFD is #794002. Grayscale: #B4B4B4. Windows color (decimal): -7946243 or 16629638. OLE color: 16629638.

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

Color convert

RGB 134 191 253 -
CMYK 0.47 0.25 0 0.01
HSL 211.26º 0.97% 0.76% -
HSV(B) 211.26º 0.47% 0.99% -
XYZ 46.19 49.42 100.03 -
YUV 181.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 134 191 253 0.47 0.25 0 0.01 211.26 0.97 0.76
Hex 86 BF FD 2F 19 0 1 D3 61 4C
Octal 206 277 375 57 31 0 1 323 141 114
Binary 10000110 10111111 11111101 101111 11001 0 1 11010011 1100001 1001100

Color Harmonies of #86BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BFFD

Black with #86BFFD

Text Example


Text Example

White with #86BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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