Html Css Color HEX #86CFF0 Sky Blue

📋 copy color: '#86CFF0'

red 134 ◦ green 207 ◦ blue 240

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

Shades of Sky Blue #86CFF0

Tints of Sky Blue #86CFF0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.63%

 BLUE value IS 240 (94.14% from 255) = 41.31%

R = 23.06%
G = 35.63%
B = 41.31%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#86CFF0 (or 0x86CFF0) is known color: Sky Blue. HEX triplet: 86, CF and F0. RGB value is (134,207,240). Sum of RGB (Red+Green+Blue) = 134+207+240=581 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.06% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #86CFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CFF0 is #79300F. Grayscale: #BCBCBC. Windows color (decimal): -7942160 or 15781766. OLE color: 15781766.

HSL color Cylindrical-coordinate representation of color #86CFF0: hue angle of 198.68º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86CFF0 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 207 240 -
CMYK 0.44 0.14 0 0.06
HSL 198.68º 0.78% 0.73% -
HSV(B) 198.68º 0.44% 0.94% -
XYZ 47.87 55.99 90.72 -
YUV 188.94 156.82 88.82 -
System Red Green Blue C M Y K H S L
Decimal 134 207 240 0.44 0.14 0 0.06 198.68 0.78 0.73
Hex 86 CF F0 2C E 0 6 C7 4E 49
Octal 206 317 360 54 16 0 6 307 116 111
Binary 10000110 11001111 11110000 101100 1110 0 110 11000111 1001110 1001001

Color Harmonies of #86CFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CFF0

Black with #86CFF0

Text Example


Text Example

White with #86CFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,207,240); }

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

background-color css

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

 a { background-color: rgb(134,207,240); }

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

border-color css

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

 span { border-color: rgb(134,207,240); }

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