Html Css Color HEX #86DFF4 Sky Blue

📋 copy color: '#86DFF4'

red 134 ◦ green 223 ◦ blue 244

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

Shades of Sky Blue #86DFF4

Tints of Sky Blue #86DFF4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.1%

 BLUE value IS 244 (95.7% from 255) = 40.6%

R = 22.3%
G = 37.1%
B = 40.6%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#86DFF4 (or 0x86DFF4) is known color: Sky Blue. HEX triplet: 86, DF and F4. RGB value is (134,223,244). Sum of RGB (Red+Green+Blue) = 134+223+244=601 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.30% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 244 (95.70% from 255 or 40.60% from 601); Max value from RGB is 244 - color contains mainly: blue. Hex color #86DFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DFF4 is #79200B. Grayscale: #C6C6C6. Windows color (decimal): -7938060 or 16048006. OLE color: 16048006.

HSL color Cylindrical-coordinate representation of color #86DFF4: hue angle of 191.45º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86DFF4 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 134 223 244 -
CMYK 0.45 0.09 0 0.04
HSL 191.45º 0.83% 0.74% -
HSV(B) 191.45º 0.45% 0.96% -
XYZ 52.55 64.38 95.24 -
YUV 198.78 153.51 81.79 -
System Red Green Blue C M Y K H S L
Decimal 134 223 244 0.45 0.09 0 0.04 191.45 0.83 0.74
Hex 86 DF F4 2D 9 0 4 BF 53 4A
Octal 206 337 364 55 11 0 4 277 123 112
Binary 10000110 11011111 11110100 101101 1001 0 100 10111111 1010011 1001010

Color Harmonies of #86DFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DFF4

Black with #86DFF4

Text Example


Text Example

White with #86DFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,223,244); }

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

background-color css

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

 a { background-color: rgb(134,223,244); }

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

border-color css

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

 span { border-color: rgb(134,223,244); }

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