Html Css Color HEX #81ADF7 Jordy Blue

📋 copy color: '#81ADF7'

red 129 ◦ green 173 ◦ blue 247

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

Shades of Jordy Blue #81ADF7

Tints of Jordy Blue #81ADF7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.51%

 BLUE value IS 247 (96.88% from 255) = 44.99%

R = 23.5%
G = 31.51%
B = 44.99%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#81ADF7 (or 0x81ADF7) is known color: Jordy Blue. HEX triplet: 81, AD and F7. RGB value is (129,173,247). Sum of RGB (Red+Green+Blue) = 129+173+247=549 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.50% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 247 - color contains mainly: blue. Hex color #81ADF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81ADF7 is #7E5208. Grayscale: #A7A7A7. Windows color (decimal): -8278537 or 16231809. OLE color: 16231809.

HSL color Cylindrical-coordinate representation of color #81ADF7: hue angle of 217.63º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81ADF7 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 129 173 247 -
CMYK 0.48 0.30 0 0.03
HSL 217.63º 0.88% 0.74% -
HSV(B) 217.63º 0.48% 0.97% -
XYZ 40.79 41.27 93.81 -
YUV 168.28 172.42 99.98 -
System Red Green Blue C M Y K H S L
Decimal 129 173 247 0.48 0.30 0 0.03 217.63 0.88 0.74
Hex 81 AD F7 30 1E 0 3 DA 58 4A
Octal 201 255 367 60 36 0 3 332 130 112
Binary 10000001 10101101 11110111 110000 11110 0 11 11011010 1011000 1001010

Color Harmonies of #81ADF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ADF7

Black with #81ADF7

Text Example


Text Example

White with #81ADF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,173,247); }

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

background-color css

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

 a { background-color: rgb(129,173,247); }

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

border-color css

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

 span { border-color: rgb(129,173,247); }

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