#81AFEE

Color #81AFEE Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #81AFEE

Tints of Jordy Blue #81AFEE

Color information

#81AFEE (or 0x81AFEE) is unknown color: approx Jordy Blue. HEX triplet: 81, AF and EE. RGB value is (129,175,238). Sum of RGB (Red+Green+Blue) = 129+175+238=542 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.80% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #81AFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AFEE is #7E5011. Grayscale: #A8A8A8. Windows color (decimal): -8278034 or 15642497. OLE color: 15642497.

HSL color Cylindrical-coordinate representation of color #81AFEE: hue angle of 214.68º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81AFEE is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129175238-
CMYK0.460.2600.07
HSL214.68º76.22%71.96%-
HSV(B)214.68º45.8%93.33%-
XYZ39.8241.586.8-
YUV168.43167.2699.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.80%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 238 (93.36% from 255) = 43.91%
R=23.80%
G=32.29%
B=43.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291752380.460.2600.07214.6876.2271.96
Hex81AFEE2E1A07d74c48
Octal201257356563207327114110
Binary1000000110101111111011101011101101001111101011110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #81AFEE;
 }
 .AnyTagClassName
 {
   color: #81AFEE;
 }
</style>
background-color css

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

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

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

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

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

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