Html Css Color HEX #86CFEF Sky Blue

📋 copy color: '#86CFEF'

red 134 ◦ green 207 ◦ blue 239

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

Shades of Sky Blue #86CFEF

Tints of Sky Blue #86CFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.21%

R = 23.1%
G = 35.69%
B = 41.21%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#86CFEF (or 0x86CFEF) is known color: Sky Blue. HEX triplet: 86, CF and EF. RGB value is (134,207,239). Sum of RGB (Red+Green+Blue) = 134+207+239=580 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.10% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #86CFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CFEF is #793010. Grayscale: #BCBCBC. Windows color (decimal): -7942161 or 15716230. OLE color: 15716230.

HSL color Cylindrical-coordinate representation of color #86CFEF: hue angle of 198.29º degrees, saturation: 0.77, 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 #86CFEF is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 207 239 -
CMYK 0.44 0.13 0 0.06
HSL 198.29º 0.77% 0.73% -
HSV(B) 198.29º 0.44% 0.94% -
XYZ 47.72 55.93 89.94 -
YUV 188.82 156.32 88.9 -
System Red Green Blue C M Y K H S L
Decimal 134 207 239 0.44 0.13 0 0.06 198.29 0.77 0.73
Hex 86 CF EF 2C D 0 6 C6 4D 49
Octal 206 317 357 54 15 0 6 306 115 111
Binary 10000110 11001111 11101111 101100 1101 0 110 11000110 1001101 1001001

Color Harmonies of #86CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CFEF

Black with #86CFEF

Text Example


Text Example

White with #86CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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