Html Css Color HEX #87AEEF Jordy Blue

📋 copy color: '#87AEEF'

red 135 ◦ green 174 ◦ blue 239

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

Shades of Jordy Blue #87AEEF

Tints of Jordy Blue #87AEEF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.75%

 BLUE value IS 239 (93.75% from 255) = 43.61%

R = 24.64%
G = 31.75%
B = 43.61%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#87AEEF (or 0x87AEEF) is known color: Jordy Blue. HEX triplet: 87, AE and EF. RGB value is (135,174,239). Sum of RGB (Red+Green+Blue) = 135+174+239=548 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.64% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #87AEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87AEEF is #785110. Grayscale: #A9A9A9. Windows color (decimal): -7885073 or 15707783. OLE color: 15707783.

HSL color Cylindrical-coordinate representation of color #87AEEF: hue angle of 217.5º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87AEEF is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 135 174 239 -
CMYK 0.44 0.27 0 0.06
HSL 217.5º 0.76% 0.73% -
HSV(B) 217.5º 0.44% 0.94% -
XYZ 40.71 41.66 87.56 -
YUV 169.75 167.08 103.21 -
System Red Green Blue C M Y K H S L
Decimal 135 174 239 0.44 0.27 0 0.06 217.5 0.76 0.73
Hex 87 AE EF 2C 1B 0 6 DA 4C 49
Octal 207 256 357 54 33 0 6 332 114 111
Binary 10000111 10101110 11101111 101100 11011 0 110 11011010 1001100 1001001

Color Harmonies of #87AEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87AEEF

Black with #87AEEF

Text Example


Text Example

White with #87AEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,174,239); }

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

background-color css

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

 a { background-color: rgb(135,174,239); }

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

border-color css

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

 span { border-color: rgb(135,174,239); }

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