Html Css Color HEX #86CBF6 Light Sky Blue

📋 copy color: '#86CBF6'

red 134 ◦ green 203 ◦ blue 246

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

Shades of Light Sky Blue #86CBF6

Tints of Light Sky Blue #86CBF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.2%

R = 22.98%
G = 34.82%
B = 42.2%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#86CBF6 (or 0x86CBF6) is known color: Light Sky Blue. HEX triplet: 86, CB and F6. RGB value is (134,203,246). Sum of RGB (Red+Green+Blue) = 134+203+246=583 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.98% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #86CBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CBF6 is #793409. Grayscale: #BBBBBB. Windows color (decimal): -7943178 or 16173958. OLE color: 16173958.

HSL color Cylindrical-coordinate representation of color #86CBF6: hue angle of 203.04º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86CBF6 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 134 203 246 -
CMYK 0.46 0.17 0 0.04
HSL 203.04º 0.86% 0.75% -
HSV(B) 203.04º 0.46% 0.96% -
XYZ 47.82 54.43 95.18 -
YUV 187.27 161.14 90 -
System Red Green Blue C M Y K H S L
Decimal 134 203 246 0.46 0.17 0 0.04 203.04 0.86 0.75
Hex 86 CB F6 2E 11 0 4 CB 56 4B
Octal 206 313 366 56 21 0 4 313 126 113
Binary 10000110 11001011 11110110 101110 10001 0 100 11001011 1010110 1001011

Color Harmonies of #86CBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CBF6

Black with #86CBF6

Text Example


Text Example

White with #86CBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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