Html Css Color HEX #81ABFF Jordy Blue

📋 copy color: '#81ABFF'

red 129 ◦ green 171 ◦ blue 255

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

Shades of Jordy Blue #81ABFF

Tints of Jordy Blue #81ABFF

RGB

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

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

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

R = 23.24%
G = 30.81%
B = 45.95%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#81ABFF (or 0x81ABFF) is known color: Jordy Blue. HEX triplet: 81, AB and FF. RGB value is (129,171,255). Sum of RGB (Red+Green+Blue) = 129+171+255=555 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.24% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #81ABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ABFF is #7E5400. Grayscale: #A7A7A7. Windows color (decimal): -8279041 or 16755585. OLE color: 16755585.

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

Color convert

RGB 129 171 255 -
CMYK 0.49 0.33 0 0
HSL 220º 1% 0.75% -
HSV(B) 220º 0.49% 1% -
XYZ 41.67 41.01 100.33 -
YUV 168.02 177.09 100.17 -
System Red Green Blue C M Y K H S L
Decimal 129 171 255 0.49 0.33 0 0 220 1 0.75
Hex 81 AB FF 31 21 0 0 DC 64 4B
Octal 201 253 377 61 41 0 0 334 144 113
Binary 10000001 10101011 11111111 110001 100001 0 0 11011100 1100100 1001011

Color Harmonies of #81ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ABFF

Black with #81ABFF

Text Example


Text Example

White with #81ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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