Html Css Color HEX #86DCFC Light Sky Blue

📋 copy color: '#86DCFC'

red 134 ◦ green 220 ◦ blue 252

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

Shades of Light Sky Blue #86DCFC

Tints of Light Sky Blue #86DCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.3%

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

R = 22.11%
G = 36.3%
B = 41.58%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#86DCFC (or 0x86DCFC) is known color: Light Sky Blue. HEX triplet: 86, DC and FC. RGB value is (134,220,252). Sum of RGB (Red+Green+Blue) = 134+220+252=606 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.11% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #86DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DCFC is #792303. Grayscale: #C5C5C5. Windows color (decimal): -7938820 or 16571526. OLE color: 16571526.

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

Color convert

RGB 134 220 252 -
CMYK 0.47 0.13 0 0.01
HSL 196.27º 0.95% 0.76% -
HSV(B) 196.27º 0.47% 0.99% -
XYZ 53 63.28 101.52 -
YUV 197.93 158.51 82.4 -
System Red Green Blue C M Y K H S L
Decimal 134 220 252 0.47 0.13 0 0.01 196.27 0.95 0.76
Hex 86 DC FC 2F D 0 1 C4 5F 4C
Octal 206 334 374 57 15 0 1 304 137 114
Binary 10000110 11011100 11111100 101111 1101 0 1 11000100 1011111 1001100

Color Harmonies of #86DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DCFC

Black with #86DCFC

Text Example


Text Example

White with #86DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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