Html Css Color HEX #87ACF6 Jordy Blue

📋 copy color: '#87ACF6'

red 135 ◦ green 172 ◦ blue 246

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

Shades of Jordy Blue #87ACF6

Tints of Jordy Blue #87ACF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.48%

R = 24.41%
G = 31.1%
B = 44.48%

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

#87ACF6 (or 0x87ACF6) is known color: Jordy Blue. HEX triplet: 87, AC and F6. RGB value is (135,172,246). Sum of RGB (Red+Green+Blue) = 135+172+246=553 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.41% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #87ACF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ACF6 is #785309. Grayscale: #A9A9A9. Windows color (decimal): -7885578 or 16166023. OLE color: 16166023.

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

Color convert

RGB 135 172 246 -
CMYK 0.45 0.30 0 0.04
HSL 220º 0.86% 0.75% -
HSV(B) 220º 0.45% 0.96% -
XYZ 41.38 41.31 92.98 -
YUV 169.37 171.24 103.48 -
System Red Green Blue C M Y K H S L
Decimal 135 172 246 0.45 0.30 0 0.04 220 0.86 0.75
Hex 87 AC F6 2D 1E 0 4 DC 56 4B
Octal 207 254 366 55 36 0 4 334 126 113
Binary 10000111 10101100 11110110 101101 11110 0 100 11011100 1010110 1001011

Color Harmonies of #87ACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ACF6

Black with #87ACF6

Text Example


Text Example

White with #87ACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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