Html Css Color HEX #81A9FD Jordy Blue

📋 copy color: '#81A9FD'

red 129 ◦ green 169 ◦ blue 253

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

Shades of Jordy Blue #81A9FD

Tints of Jordy Blue #81A9FD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.67%

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

R = 23.41%
G = 30.67%
B = 45.92%

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

#81A9FD (or 0x81A9FD) is known color: Jordy Blue. HEX triplet: 81, A9 and FD. RGB value is (129,169,253). Sum of RGB (Red+Green+Blue) = 129+169+253=551 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.41% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #81A9FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81A9FD is #7E5602. Grayscale: #A6A6A6. Windows color (decimal): -8279555 or 16624001. OLE color: 16624001.

HSL color Cylindrical-coordinate representation of color #81A9FD: hue angle of 220.65º 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 #81A9FD is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 169 253 -
CMYK 0.49 0.33 0 0.01
HSL 220.65º 0.97% 0.75% -
HSV(B) 220.65º 0.49% 0.99% -
XYZ 40.97 40.13 98.52 -
YUV 166.62 176.75 101.17 -
System Red Green Blue C M Y K H S L
Decimal 129 169 253 0.49 0.33 0 0.01 220.65 0.97 0.75
Hex 81 A9 FD 31 21 0 1 DD 61 4B
Octal 201 251 375 61 41 0 1 335 141 113
Binary 10000001 10101001 11111101 110001 100001 0 1 11011101 1100001 1001011

Color Harmonies of #81A9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A9FD

Black with #81A9FD

Text Example


Text Example

White with #81A9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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