Html Css Color HEX #86CCFF Light Sky Blue

📋 copy color: '#86CCFF'

red 134 ◦ green 204 ◦ blue 255

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

Shades of Light Sky Blue #86CCFF

Tints of Light Sky Blue #86CCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.4%

 BLUE value IS 255 (100% from 255) = 43%

R = 22.6%
G = 34.4%
B = 43%

CMYK

 C value IS 0.47

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#86CCFF (or 0x86CCFF) is known color: Light Sky Blue. HEX triplet: 86, CC and FF. RGB value is (134,204,255). Sum of RGB (Red+Green+Blue) = 134+204+255=593 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.60% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #86CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CCFF is #793300. Grayscale: #BCBCBC. Windows color (decimal): -7942913 or 16764038. OLE color: 16764038.

HSL color Cylindrical-coordinate representation of color #86CCFF: hue angle of 205.29º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86CCFF is Cyan = 0.47, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 134 204 255 -
CMYK 0.47 0.2 0 0
HSL 205.29º 1% 0.76% -
HSV(B) 205.29º 0.47% 1% -
XYZ 49.47 55.47 102.71 -
YUV 188.88 165.31 88.85 -
System Red Green Blue C M Y K H S L
Decimal 134 204 255 0.47 0.2 0 0 205.29 1 0.76
Hex 86 CC FF 2F 14 0 0 CD 64 4C
Octal 206 314 377 57 24 0 0 315 144 114
Binary 10000110 11001100 11111111 101111 10100 0 0 11001101 1100100 1001100

Color Harmonies of #86CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CCFF

Black with #86CCFF

Text Example


Text Example

White with #86CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,204,255); }

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

background-color css

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

 a { background-color: rgb(134,204,255); }

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

border-color css

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

 span { border-color: rgb(134,204,255); }

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