Html Css Color HEX #86CEF3 Light Sky Blue

📋 copy color: '#86CEF3'

red 134 ◦ green 206 ◦ blue 243

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

Shades of Light Sky Blue #86CEF3

Tints of Light Sky Blue #86CEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.68%

R = 22.98%
G = 35.33%
B = 41.68%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#86CEF3 (or 0x86CEF3) is known color: Light Sky Blue. HEX triplet: 86, CE and F3. RGB value is (134,206,243). Sum of RGB (Red+Green+Blue) = 134+206+243=583 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.98% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #86CEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CEF3 is #79310C. Grayscale: #BCBCBC. Windows color (decimal): -7942413 or 15978118. OLE color: 15978118.

HSL color Cylindrical-coordinate representation of color #86CEF3: hue angle of 200.37º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86CEF3 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 206 243 -
CMYK 0.45 0.15 0 0.05
HSL 200.37º 0.82% 0.74% -
HSV(B) 200.37º 0.45% 0.95% -
XYZ 48.08 55.68 93.01 -
YUV 188.69 158.65 88.99 -
System Red Green Blue C M Y K H S L
Decimal 134 206 243 0.45 0.15 0 0.05 200.37 0.82 0.74
Hex 86 CE F3 2D F 0 5 C8 52 4A
Octal 206 316 363 55 17 0 5 310 122 112
Binary 10000110 11001110 11110011 101101 1111 0 101 11001000 1010010 1001010

Color Harmonies of #86CEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CEF3

Black with #86CEF3

Text Example


Text Example

White with #86CEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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