Html Css Color HEX #81AAFD Jordy Blue

📋 copy color: '#81AAFD'

red 129 ◦ green 170 ◦ blue 253

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

Shades of Jordy Blue #81AAFD

Tints of Jordy Blue #81AAFD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.8%

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 23.37%
G = 30.8%
B = 45.83%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81AAFD (or 0x81AAFD) is known color: Jordy Blue. HEX triplet: 81, AA and FD. RGB value is (129,170,253). Sum of RGB (Red+Green+Blue) = 129+170+253=552 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.37% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #81AAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AAFD is #7E5502. Grayscale: #A6A6A6. Windows color (decimal): -8279299 or 16624257. OLE color: 16624257.

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

Color convert

RGB 129 170 253 -
CMYK 0.49 0.33 0 0.01
HSL 220.16º 0.97% 0.75% -
HSV(B) 220.16º 0.49% 0.99% -
XYZ 41.16 40.51 98.58 -
YUV 167.2 176.42 100.75 -
System Red Green Blue C M Y K H S L
Decimal 129 170 253 0.49 0.33 0 0.01 220.16 0.97 0.75
Hex 81 AA FD 31 21 0 1 DC 61 4B
Octal 201 252 375 61 41 0 1 334 141 113
Binary 10000001 10101010 11111101 110001 100001 0 1 11011100 1100001 1001011

Color Harmonies of #81AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AAFD

Black with #81AAFD

Text Example


Text Example

White with #81AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,170,253); }

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

background-color css

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

 a { background-color: rgb(129,170,253); }

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

border-color css

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

 span { border-color: rgb(129,170,253); }

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