Html Css Color HEX #87ACF9 Jordy Blue

📋 copy color: '#87ACF9'

red 135 ◦ green 172 ◦ blue 249

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

Shades of Jordy Blue #87ACF9

Tints of Jordy Blue #87ACF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.78%

R = 24.28%
G = 30.94%
B = 44.78%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#87ACF9 (or 0x87ACF9) is known color: Jordy Blue. HEX triplet: 87, AC and F9. RGB value is (135,172,249). Sum of RGB (Red+Green+Blue) = 135+172+249=556 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.28% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #87ACF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ACF9 is #785306. Grayscale: #A9A9A9. Windows color (decimal): -7885575 or 16362631. OLE color: 16362631.

HSL color Cylindrical-coordinate representation of color #87ACF9: hue angle of 220.53º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87ACF9 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 172 249 -
CMYK 0.46 0.31 0 0.02
HSL 220.53º 0.9% 0.75% -
HSV(B) 220.53º 0.46% 0.98% -
XYZ 41.84 41.5 95.43 -
YUV 169.72 172.74 103.24 -
System Red Green Blue C M Y K H S L
Decimal 135 172 249 0.46 0.31 0 0.02 220.53 0.9 0.75
Hex 87 AC F9 2E 1F 0 2 DD 5A 4B
Octal 207 254 371 56 37 0 2 335 132 113
Binary 10000111 10101100 11111001 101110 11111 0 10 11011101 1011010 1001011

Color Harmonies of #87ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ACF9

Black with #87ACF9

Text Example


Text Example

White with #87ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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