Html Css Color HEX #86CEF1 Sky Blue

📋 copy color: '#86CEF1'

red 134 ◦ green 206 ◦ blue 241

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

Shades of Sky Blue #86CEF1

Tints of Sky Blue #86CEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.48%

R = 23.06%
G = 35.46%
B = 41.48%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#86CEF1 (or 0x86CEF1) is known color: Sky Blue. HEX triplet: 86, CE and F1. RGB value is (134,206,241). Sum of RGB (Red+Green+Blue) = 134+206+241=581 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.06% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #86CEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CEF1 is #79310E. Grayscale: #BCBCBC. Windows color (decimal): -7942415 or 15847046. OLE color: 15847046.

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

Color convert

RGB 134 206 241 -
CMYK 0.44 0.15 0 0.05
HSL 199.63º 0.79% 0.74% -
HSV(B) 199.63º 0.44% 0.95% -
XYZ 47.78 55.56 91.43 -
YUV 188.46 157.65 89.15 -
System Red Green Blue C M Y K H S L
Decimal 134 206 241 0.44 0.15 0 0.05 199.63 0.79 0.74
Hex 86 CE F1 2C F 0 5 C8 4F 4A
Octal 206 316 361 54 17 0 5 310 117 112
Binary 10000110 11001110 11110001 101100 1111 0 101 11001000 1001111 1001010

Color Harmonies of #86CEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CEF1

Black with #86CEF1

Text Example


Text Example

White with #86CEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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