Html Css Color HEX #86ACF5 Jordy Blue

📋 copy color: '#86ACF5'

red 134 ◦ green 172 ◦ blue 245

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

Shades of Jordy Blue #86ACF5

Tints of Jordy Blue #86ACF5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.22%

 BLUE value IS 245 (96.09% from 255) = 44.46%

R = 24.32%
G = 31.22%
B = 44.46%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#86ACF5 (or 0x86ACF5) is known color: Jordy Blue. HEX triplet: 86, AC and F5. RGB value is (134,172,245). Sum of RGB (Red+Green+Blue) = 134+172+245=551 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.32% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 245 (96.09% from 255 or 44.46% from 551); Max value from RGB is 245 - color contains mainly: blue. Hex color #86ACF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86ACF5 is #79530A. Grayscale: #A8A8A8. Windows color (decimal): -7951115 or 16100486. OLE color: 16100486.

HSL color Cylindrical-coordinate representation of color #86ACF5: hue angle of 219.46º degrees, saturation: 0.85, 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 #86ACF5 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 134 172 245 -
CMYK 0.45 0.30 0 0.04
HSL 219.46º 0.85% 0.74% -
HSV(B) 219.46º 0.45% 0.96% -
XYZ 41.07 41.17 92.17 -
YUV 168.96 170.91 103.06 -
System Red Green Blue C M Y K H S L
Decimal 134 172 245 0.45 0.30 0 0.04 219.46 0.85 0.74
Hex 86 AC F5 2D 1E 0 4 DB 55 4A
Octal 206 254 365 55 36 0 4 333 125 112
Binary 10000110 10101100 11110101 101101 11110 0 100 11011011 1010101 1001010

Color Harmonies of #86ACF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ACF5

Black with #86ACF5

Text Example


Text Example

White with #86ACF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,172,245); }

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

background-color css

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

 a { background-color: rgb(134,172,245); }

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

border-color css

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

 span { border-color: rgb(134,172,245); }

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