Html Css Color HEX #87ABFF Jordy Blue

📋 copy color: '#87ABFF'

red 135 ◦ green 171 ◦ blue 255

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

Shades of Jordy Blue #87ABFF

Tints of Jordy Blue #87ABFF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.48%

 BLUE value IS 255 (100% from 255) = 45.45%

R = 24.06%
G = 30.48%
B = 45.45%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#87ABFF (or 0x87ABFF) is known color: Jordy Blue. HEX triplet: 87, AB and FF. RGB value is (135,171,255). Sum of RGB (Red+Green+Blue) = 135+171+255=561 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.06% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #87ABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ABFF is #785400. Grayscale: #A9A9A9. Windows color (decimal): -7885825 or 16755591. OLE color: 16755591.

HSL color Cylindrical-coordinate representation of color #87ABFF: hue angle of 222º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87ABFF is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 135 171 255 -
CMYK 0.47 0.33 0 0
HSL 222º 1% 0.76% -
HSV(B) 222º 0.47% 1% -
XYZ 42.6 41.5 100.37 -
YUV 169.81 176.07 103.17 -
System Red Green Blue C M Y K H S L
Decimal 135 171 255 0.47 0.33 0 0 222 1 0.76
Hex 87 AB FF 2F 21 0 0 DE 64 4C
Octal 207 253 377 57 41 0 0 336 144 114
Binary 10000111 10101011 11111111 101111 100001 0 0 11011110 1100100 1001100

Color Harmonies of #87ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ABFF

Black with #87ABFF

Text Example


Text Example

White with #87ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,171,255); }

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

background-color css

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

 a { background-color: rgb(135,171,255); }

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

border-color css

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

 span { border-color: rgb(135,171,255); }

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