Html Css Color HEX #86BFF3 Light Sky Blue

📋 copy color: '#86BFF3'

red 134 ◦ green 191 ◦ blue 243

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

Shades of Light Sky Blue #86BFF3

Tints of Light Sky Blue #86BFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.78%

R = 23.59%
G = 33.63%
B = 42.78%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#86BFF3 (or 0x86BFF3) is known color: Light Sky Blue. HEX triplet: 86, BF and F3. RGB value is (134,191,243). Sum of RGB (Red+Green+Blue) = 134+191+243=568 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.59% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 243 - color contains mainly: blue. Hex color #86BFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BFF3 is #79400C. Grayscale: #B3B3B3. Windows color (decimal): -7946253 or 15974278. OLE color: 15974278.

HSL color Cylindrical-coordinate representation of color #86BFF3: hue angle of 208.62º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86BFF3 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 191 243 -
CMYK 0.45 0.21 0 0.05
HSL 208.62º 0.82% 0.74% -
HSV(B) 208.62º 0.45% 0.95% -
XYZ 44.64 48.8 91.86 -
YUV 179.89 163.62 95.27 -
System Red Green Blue C M Y K H S L
Decimal 134 191 243 0.45 0.21 0 0.05 208.62 0.82 0.74
Hex 86 BF F3 2D 15 0 5 D1 52 4A
Octal 206 277 363 55 25 0 5 321 122 112
Binary 10000110 10111111 11110011 101101 10101 0 101 11010001 1010010 1001010

Color Harmonies of #86BFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BFF3

Black with #86BFF3

Text Example


Text Example

White with #86BFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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