Html Css Color HEX #81ABEC Jordy Blue

📋 copy color: '#81ABEC'

red 129 ◦ green 171 ◦ blue 236

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

Shades of Jordy Blue #81ABEC

Tints of Jordy Blue #81ABEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.03%

R = 24.07%
G = 31.9%
B = 44.03%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#81ABEC (or 0x81ABEC) is known color: Jordy Blue. HEX triplet: 81, AB and EC. RGB value is (129,171,236). Sum of RGB (Red+Green+Blue) = 129+171+236=536 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.07% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #81ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ABEC is #7E5413. Grayscale: #A5A5A5. Windows color (decimal): -8279060 or 15510401. OLE color: 15510401.

HSL color Cylindrical-coordinate representation of color #81ABEC: hue angle of 216.45º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81ABEC is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 171 236 -
CMYK 0.45 0.28 0 0.07
HSL 216.45º 0.74% 0.72% -
HSV(B) 216.45º 0.45% 0.93% -
XYZ 38.76 39.85 85.01 -
YUV 165.85 167.59 101.71 -
System Red Green Blue C M Y K H S L
Decimal 129 171 236 0.45 0.28 0 0.07 216.45 0.74 0.72
Hex 81 AB EC 2D 1C 0 7 D8 4A 48
Octal 201 253 354 55 34 0 7 330 112 110
Binary 10000001 10101011 11101100 101101 11100 0 111 11011000 1001010 1001000

Color Harmonies of #81ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ABEC

Black with #81ABEC

Text Example


Text Example

White with #81ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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