Html Css Color HEX #86BFFC Light Sky Blue

📋 copy color: '#86BFFC'

red 134 ◦ green 191 ◦ blue 252

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

Shades of Light Sky Blue #86BFFC

Tints of Light Sky Blue #86BFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.67%

R = 23.22%
G = 33.1%
B = 43.67%

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

#86BFFC (or 0x86BFFC) is known color: Light Sky Blue. HEX triplet: 86, BF and FC. RGB value is (134,191,252). Sum of RGB (Red+Green+Blue) = 134+191+252=577 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.22% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #86BFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BFFC is #794003. Grayscale: #B4B4B4. Windows color (decimal): -7946244 or 16564102. OLE color: 16564102.

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

Color convert

RGB 134 191 252 -
CMYK 0.47 0.24 0 0.01
HSL 211.02º 0.95% 0.76% -
HSV(B) 211.02º 0.47% 0.99% -
XYZ 46.03 49.36 99.2 -
YUV 180.91 168.12 94.54 -
System Red Green Blue C M Y K H S L
Decimal 134 191 252 0.47 0.24 0 0.01 211.02 0.95 0.76
Hex 86 BF FC 2F 18 0 1 D3 5F 4C
Octal 206 277 374 57 30 0 1 323 137 114
Binary 10000110 10111111 11111100 101111 11000 0 1 11010011 1011111 1001100

Color Harmonies of #86BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BFFC

Black with #86BFFC

Text Example


Text Example

White with #86BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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