Html Css Color HEX #87A8F9 Jordy Blue

📋 copy color: '#87A8F9'

red 135 ◦ green 168 ◦ blue 249

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

Shades of Jordy Blue #87A8F9

Tints of Jordy Blue #87A8F9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.43%

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

R = 24.46%
G = 30.43%
B = 45.11%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#87A8F9 (or 0x87A8F9) is known color: Jordy Blue. HEX triplet: 87, A8 and F9. RGB value is (135,168,249). Sum of RGB (Red+Green+Blue) = 135+168+249=552 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.46% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #87A8F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A8F9 is #785706. Grayscale: #A7A7A7. Windows color (decimal): -7886599 or 16361607. OLE color: 16361607.

HSL color Cylindrical-coordinate representation of color #87A8F9: hue angle of 222.63º 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 #87A8F9 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 168 249 -
CMYK 0.46 0.33 0 0.02
HSL 222.63º 0.9% 0.75% -
HSV(B) 222.63º 0.46% 0.98% -
XYZ 41.09 40 95.18 -
YUV 167.37 174.07 104.91 -
System Red Green Blue C M Y K H S L
Decimal 135 168 249 0.46 0.33 0 0.02 222.63 0.9 0.75
Hex 87 A8 F9 2E 21 0 2 DF 5A 4B
Octal 207 250 371 56 41 0 2 337 132 113
Binary 10000111 10101000 11111001 101110 100001 0 10 11011111 1011010 1001011

Color Harmonies of #87A8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A8F9

Black with #87A8F9

Text Example


Text Example

White with #87A8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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