Html Css Color HEX #86CFF1 Sky Blue

📋 copy color: '#86CFF1'

red 134 ◦ green 207 ◦ blue 241

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

Shades of Sky Blue #86CFF1

Tints of Sky Blue #86CFF1

RGB

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

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

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

R = 23.02%
G = 35.57%
B = 41.41%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#86CFF1 (or 0x86CFF1) is known color: Sky Blue. HEX triplet: 86, CF and F1. RGB value is (134,207,241). Sum of RGB (Red+Green+Blue) = 134+207+241=582 (77% of max value = 765). Red value is 134 (52.73% from 255 or 23.02% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #86CFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CFF1 is #79300E. Grayscale: #BCBCBC. Windows color (decimal): -7942159 or 15847302. OLE color: 15847302.

HSL color Cylindrical-coordinate representation of color #86CFF1: hue angle of 199.07º 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 #86CFF1 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 207 241 -
CMYK 0.44 0.14 0 0.05
HSL 199.07º 0.79% 0.74% -
HSV(B) 199.07º 0.44% 0.95% -
XYZ 48.02 56.04 91.51 -
YUV 189.05 157.32 88.74 -
System Red Green Blue C M Y K H S L
Decimal 134 207 241 0.44 0.14 0 0.05 199.07 0.79 0.74
Hex 86 CF F1 2C E 0 5 C7 4F 4A
Octal 206 317 361 54 16 0 5 307 117 112
Binary 10000110 11001111 11110001 101100 1110 0 101 11000111 1001111 1001010

Color Harmonies of #86CFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CFF1

Black with #86CFF1

Text Example


Text Example

White with #86CFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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