Html Css Color HEX #81AFF1 Jordy Blue

📋 copy color: '#81AFF1'

red 129 ◦ green 175 ◦ blue 241

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

Shades of Jordy Blue #81AFF1

Tints of Jordy Blue #81AFF1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.11%

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

R = 23.67%
G = 32.11%
B = 44.22%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#81AFF1 (or 0x81AFF1) is known color: Jordy Blue. HEX triplet: 81, AF and F1. RGB value is (129,175,241). Sum of RGB (Red+Green+Blue) = 129+175+241=545 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.67% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #81AFF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AFF1 is #7E500E. Grayscale: #A8A8A8. Windows color (decimal): -8278031 or 15839105. OLE color: 15839105.

HSL color Cylindrical-coordinate representation of color #81AFF1: hue angle of 215.36º 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 #81AFF1 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 129 175 241 -
CMYK 0.46 0.27 0 0.05
HSL 215.36º 0.8% 0.73% -
HSV(B) 215.36º 0.46% 0.95% -
XYZ 40.26 41.68 89.14 -
YUV 168.77 168.76 99.63 -
System Red Green Blue C M Y K H S L
Decimal 129 175 241 0.46 0.27 0 0.05 215.36 0.8 0.73
Hex 81 AF F1 2E 1B 0 5 D7 50 49
Octal 201 257 361 56 33 0 5 327 120 111
Binary 10000001 10101111 11110001 101110 11011 0 101 11010111 1010000 1001001

Color Harmonies of #81AFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AFF1

Black with #81AFF1

Text Example


Text Example

White with #81AFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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