Html Css Color HEX #81ABFE Jordy Blue

📋 copy color: '#81ABFE'

red 129 ◦ green 171 ◦ blue 254

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

Shades of Jordy Blue #81ABFE

Tints of Jordy Blue #81ABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.85%

R = 23.29%
G = 30.87%
B = 45.85%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#81ABFE (or 0x81ABFE) is known color: Jordy Blue. HEX triplet: 81, AB and FE. RGB value is (129,171,254). Sum of RGB (Red+Green+Blue) = 129+171+254=554 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.29% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #81ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ABFE is #7E5401. Grayscale: #A7A7A7. Windows color (decimal): -8279042 or 16690049. OLE color: 16690049.

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

Color convert

RGB 129 171 254 -
CMYK 0.49 0.33 0 0.00
HSL 219.84º 0.98% 0.75% -
HSV(B) 219.84º 0.49% 1% -
XYZ 41.51 40.95 99.48 -
YUV 167.9 176.59 100.25 -
System Red Green Blue C M Y K H S L
Decimal 129 171 254 0.49 0.33 0 0.00 219.84 0.98 0.75
Hex 81 AB FE 31 21 0 0 DC 62 4B
Octal 201 253 376 61 41 0 0 334 142 113
Binary 10000001 10101011 11111110 110001 100001 0 0 11011100 1100010 1001011

Color Harmonies of #81ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ABFE

Black with #81ABFE

Text Example


Text Example

White with #81ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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