Html Css Color HEX #86CBFF Light Sky Blue

📋 copy color: '#86CBFF'

red 134 ◦ green 203 ◦ blue 255

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

Shades of Light Sky Blue #86CBFF

Tints of Light Sky Blue #86CBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.29%

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

R = 22.64%
G = 34.29%
B = 43.07%

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

#86CBFF (or 0x86CBFF) is known color: Light Sky Blue. HEX triplet: 86, CB and FF. RGB value is (134,203,255). Sum of RGB (Red+Green+Blue) = 134+203+255=592 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.64% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #86CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CBFF is #793400. Grayscale: #BCBCBC. Windows color (decimal): -7943169 or 16763782. OLE color: 16763782.

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

Color convert

RGB 134 203 255 -
CMYK 0.47 0.20 0 0
HSL 205.79º 1% 0.76% -
HSV(B) 205.79º 0.47% 1% -
XYZ 49.24 55 102.63 -
YUV 188.3 165.64 89.27 -
System Red Green Blue C M Y K H S L
Decimal 134 203 255 0.47 0.20 0 0 205.79 1 0.76
Hex 86 CB FF 2F 14 0 0 CE 64 4C
Octal 206 313 377 57 24 0 0 316 144 114
Binary 10000110 11001011 11111111 101111 10100 0 0 11001110 1100100 1001100

Color Harmonies of #86CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CBFF

Black with #86CBFF

Text Example


Text Example

White with #86CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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