Html Css Color HEX #81ABEF Jordy Blue

📋 copy color: '#81ABEF'

red 129 ◦ green 171 ◦ blue 239

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

Shades of Jordy Blue #81ABEF

Tints of Jordy Blue #81ABEF

RGB

 RED value IS 129 (50.78% from 255) = 23.93%

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

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

R = 23.93%
G = 31.73%
B = 44.34%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#81ABEF (or 0x81ABEF) is known color: Jordy Blue. HEX triplet: 81, AB and EF. RGB value is (129,171,239). Sum of RGB (Red+Green+Blue) = 129+171+239=539 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.93% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #81ABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ABEF is #7E5410. Grayscale: #A5A5A5. Windows color (decimal): -8279057 or 15707009. OLE color: 15707009.

HSL color Cylindrical-coordinate representation of color #81ABEF: hue angle of 217.09º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81ABEF is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 129 171 239 -
CMYK 0.46 0.28 0 0.06
HSL 217.09º 0.77% 0.72% -
HSV(B) 217.09º 0.46% 0.94% -
XYZ 39.2 40.02 87.32 -
YUV 166.19 169.09 101.47 -
System Red Green Blue C M Y K H S L
Decimal 129 171 239 0.46 0.28 0 0.06 217.09 0.77 0.72
Hex 81 AB EF 2E 1C 0 6 D9 4D 48
Octal 201 253 357 56 34 0 6 331 115 110
Binary 10000001 10101011 11101111 101110 11100 0 110 11011001 1001101 1001000

Color Harmonies of #81ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ABEF

Black with #81ABEF

Text Example


Text Example

White with #81ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81ABEF; }

 p { color: rgb(129,171,239); }

 H1.HeaderClassName
 {
   color: #81ABEF;
 }
 .AnyTagClassName
 {
   color: #81ABEF;
 }
</style>

background-color css

<style>
 a { background-color: #81ABEF; }

 a { background-color: rgb(129,171,239); }

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

border-color css

<style>
 span { border-color: #81ABEF; }

 span { border-color: rgb(129,171,239); }

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