Html Css Color HEX #87AFFD Jordy Blue

📋 copy color: '#87AFFD'

red 135 ◦ green 175 ◦ blue 253

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

Shades of Jordy Blue #87AFFD

Tints of Jordy Blue #87AFFD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.08%

 BLUE value IS 253 (99.22% from 255) = 44.94%

R = 23.98%
G = 31.08%
B = 44.94%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#87AFFD (or 0x87AFFD) is known color: Jordy Blue. HEX triplet: 87, AF and FD. RGB value is (135,175,253). Sum of RGB (Red+Green+Blue) = 135+175+253=563 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.98% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #87AFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87AFFD is #785002. Grayscale: #ABABAB. Windows color (decimal): -7884803 or 16625543. OLE color: 16625543.

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

Color convert

RGB 135 175 253 -
CMYK 0.47 0.31 0 0.01
HSL 219.66º 0.97% 0.76% -
HSV(B) 219.66º 0.47% 0.99% -
XYZ 43.05 42.9 98.94 -
YUV 171.93 173.75 101.66 -
System Red Green Blue C M Y K H S L
Decimal 135 175 253 0.47 0.31 0 0.01 219.66 0.97 0.76
Hex 87 AF FD 2F 1F 0 1 DC 61 4C
Octal 207 257 375 57 37 0 1 334 141 114
Binary 10000111 10101111 11111101 101111 11111 0 1 11011100 1100001 1001100

Color Harmonies of #87AFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AFFD

Black with #87AFFD

Text Example


Text Example

White with #87AFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,175,253); }

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

background-color css

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

 a { background-color: rgb(135,175,253); }

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

border-color css

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

 span { border-color: rgb(135,175,253); }

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