Html Css Color HEX #86CEFF Light Sky Blue

📋 copy color: '#86CEFF'

red 134 ◦ green 206 ◦ blue 255

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

Shades of Light Sky Blue #86CEFF

Tints of Light Sky Blue #86CEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.62%

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

R = 22.52%
G = 34.62%
B = 42.86%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#86CEFF (or 0x86CEFF) is known color: Light Sky Blue. HEX triplet: 86, CE and FF. RGB value is (134,206,255). Sum of RGB (Red+Green+Blue) = 134+206+255=595 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.52% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #86CEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CEFF is #793100. Grayscale: #BDBDBD. Windows color (decimal): -7942401 or 16764550. OLE color: 16764550.

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

Color convert

RGB 134 206 255 -
CMYK 0.47 0.19 0 0
HSL 204.3º 1% 0.76% -
HSV(B) 204.3º 0.47% 1% -
XYZ 49.95 56.43 102.87 -
YUV 190.06 164.65 88.02 -
System Red Green Blue C M Y K H S L
Decimal 134 206 255 0.47 0.19 0 0 204.3 1 0.76
Hex 86 CE FF 2F 13 0 0 CC 64 4C
Octal 206 316 377 57 23 0 0 314 144 114
Binary 10000110 11001110 11111111 101111 10011 0 0 11001100 1100100 1001100

Color Harmonies of #86CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CEFF

Black with #86CEFF

Text Example


Text Example

White with #86CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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