Html Css Color HEX #87ACF5 Jordy Blue

📋 copy color: '#87ACF5'

red 135 ◦ green 172 ◦ blue 245

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

Shades of Jordy Blue #87ACF5

Tints of Jordy Blue #87ACF5

RGB

 RED value IS 135 (53.13% from 255) = 24.46%

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

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

R = 24.46%
G = 31.16%
B = 44.38%

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

#87ACF5 (or 0x87ACF5) is known color: Jordy Blue. HEX triplet: 87, AC and F5. RGB value is (135,172,245). Sum of RGB (Red+Green+Blue) = 135+172+245=552 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.46% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 245 (96.09% from 255 or 44.38% from 552); Max value from RGB is 245 - color contains mainly: blue. Hex color #87ACF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ACF5 is #78530A. Grayscale: #A8A8A8. Windows color (decimal): -7885579 or 16100487. OLE color: 16100487.

HSL color Cylindrical-coordinate representation of color #87ACF5: hue angle of 219.82º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87ACF5 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 135 172 245 -
CMYK 0.45 0.30 0 0.04
HSL 219.82º 0.85% 0.75% -
HSV(B) 219.82º 0.45% 0.96% -
XYZ 41.23 41.25 92.18 -
YUV 169.26 170.74 103.56 -
System Red Green Blue C M Y K H S L
Decimal 135 172 245 0.45 0.30 0 0.04 219.82 0.85 0.75
Hex 87 AC F5 2D 1E 0 4 DC 55 4B
Octal 207 254 365 55 36 0 4 334 125 113
Binary 10000111 10101100 11110101 101101 11110 0 100 11011100 1010101 1001011

Color Harmonies of #87ACF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ACF5

Black with #87ACF5

Text Example


Text Example

White with #87ACF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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