Html Css Color HEX #81ABF1 Jordy Blue

📋 copy color: '#81ABF1'

red 129 ◦ green 171 ◦ blue 241

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

Shades of Jordy Blue #81ABF1

Tints of Jordy Blue #81ABF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.55%

R = 23.84%
G = 31.61%
B = 44.55%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#81ABF1 (or 0x81ABF1) is known color: Jordy Blue. HEX triplet: 81, AB and F1. RGB value is (129,171,241). Sum of RGB (Red+Green+Blue) = 129+171+241=541 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.84% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #81ABF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ABF1 is #7E540E. Grayscale: #A6A6A6. Windows color (decimal): -8279055 or 15838081. OLE color: 15838081.

HSL color Cylindrical-coordinate representation of color #81ABF1: hue angle of 217.5º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81ABF1 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 129 171 241 -
CMYK 0.46 0.29 0 0.05
HSL 217.5º 0.8% 0.73% -
HSV(B) 217.5º 0.46% 0.95% -
XYZ 39.49 40.14 88.89 -
YUV 166.42 170.09 101.31 -
System Red Green Blue C M Y K H S L
Decimal 129 171 241 0.46 0.29 0 0.05 217.5 0.8 0.73
Hex 81 AB F1 2E 1D 0 5 DA 50 49
Octal 201 253 361 56 35 0 5 332 120 111
Binary 10000001 10101011 11110001 101110 11101 0 101 11011010 1010000 1001001

Color Harmonies of #81ABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ABF1

Black with #81ABF1

Text Example


Text Example

White with #81ABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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