Html Css Color HEX #81ABFB Jordy Blue

📋 copy color: '#81ABFB'

red 129 ◦ green 171 ◦ blue 251

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

Shades of Jordy Blue #81ABFB

Tints of Jordy Blue #81ABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.55%

R = 23.41%
G = 31.03%
B = 45.55%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81ABFB (or 0x81ABFB) is known color: Jordy Blue. HEX triplet: 81, AB and FB. RGB value is (129,171,251). Sum of RGB (Red+Green+Blue) = 129+171+251=551 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.41% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #81ABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ABFB is #7E5404. Grayscale: #A7A7A7. Windows color (decimal): -8279045 or 16493441. OLE color: 16493441.

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

Color convert

RGB 129 171 251 -
CMYK 0.49 0.32 0 0.02
HSL 219.34º 0.94% 0.75% -
HSV(B) 219.34º 0.49% 0.98% -
XYZ 41.03 40.76 96.97 -
YUV 167.56 175.09 100.5 -
System Red Green Blue C M Y K H S L
Decimal 129 171 251 0.49 0.32 0 0.02 219.34 0.94 0.75
Hex 81 AB FB 31 20 0 2 DB 5E 4B
Octal 201 253 373 61 40 0 2 333 136 113
Binary 10000001 10101011 11111011 110001 100000 0 10 11011011 1011110 1001011

Color Harmonies of #81ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ABFB

Black with #81ABFB

Text Example


Text Example

White with #81ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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