Html Css Color HEX #86CFEB Sky Blue

📋 copy color: '#86CFEB'

red 134 ◦ green 207 ◦ blue 235

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

Shades of Sky Blue #86CFEB

Tints of Sky Blue #86CFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.8%

R = 23.26%
G = 35.94%
B = 40.8%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#86CFEB (or 0x86CFEB) is known color: Sky Blue. HEX triplet: 86, CF and EB. RGB value is (134,207,235). Sum of RGB (Red+Green+Blue) = 134+207+235=576 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.26% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #86CFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CFEB is #793014. Grayscale: #BCBCBC. Windows color (decimal): -7942165 or 15454086. OLE color: 15454086.

HSL color Cylindrical-coordinate representation of color #86CFEB: hue angle of 196.63º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86CFEB is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 134 207 235 -
CMYK 0.43 0.12 0 0.08
HSL 196.63º 0.72% 0.72% -
HSV(B) 196.63º 0.43% 0.92% -
XYZ 47.14 55.69 86.86 -
YUV 188.37 154.32 89.22 -
System Red Green Blue C M Y K H S L
Decimal 134 207 235 0.43 0.12 0 0.08 196.63 0.72 0.72
Hex 86 CF EB 2B C 0 8 C5 48 48
Octal 206 317 353 53 14 0 10 305 110 110
Binary 10000110 11001111 11101011 101011 1100 0 1000 11000101 1001000 1001000

Color Harmonies of #86CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CFEB

Black with #86CFEB

Text Example


Text Example

White with #86CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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