Html Css Color HEX #86CDFF Light Sky Blue

📋 copy color: '#86CDFF'

red 134 ◦ green 205 ◦ blue 255

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

Shades of Light Sky Blue #86CDFF

Tints of Light Sky Blue #86CDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.51%

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

R = 22.56%
G = 34.51%
B = 42.93%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#86CDFF (or 0x86CDFF) is known color: Light Sky Blue. HEX triplet: 86, CD and FF. RGB value is (134,205,255). Sum of RGB (Red+Green+Blue) = 134+205+255=594 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.56% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #86CDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CDFF is #793200. Grayscale: #BDBDBD. Windows color (decimal): -7942657 or 16764294. OLE color: 16764294.

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

Color convert

RGB 134 205 255 -
CMYK 0.47 0.20 0 0
HSL 204.79º 1% 0.76% -
HSV(B) 204.79º 0.47% 1% -
XYZ 49.71 55.95 102.79 -
YUV 189.47 164.98 88.43 -
System Red Green Blue C M Y K H S L
Decimal 134 205 255 0.47 0.20 0 0 204.79 1 0.76
Hex 86 CD FF 2F 14 0 0 CD 64 4C
Octal 206 315 377 57 24 0 0 315 144 114
Binary 10000110 11001101 11111111 101111 10100 0 0 11001101 1100100 1001100

Color Harmonies of #86CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CDFF

Black with #86CDFF

Text Example


Text Example

White with #86CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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