#81AFED

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

Shades of Jordy Blue #81AFED

Tints of Jordy Blue #81AFED

Color information

#81AFED (or 0x81AFED) is unknown color: approx Jordy Blue. HEX triplet: 81, AF and ED. RGB value is (129,175,237). Sum of RGB (Red+Green+Blue) = 129+175+237=541 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.84% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #81AFED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AFED is #7E5012. Grayscale: #A8A8A8. Windows color (decimal): -8278035 or 15576961. OLE color: 15576961.

HSL color Cylindrical-coordinate representation of color #81AFED: hue angle of 214.44º degrees, saturation: 0.75, 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 #81AFED is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129175237-
CMYK0.460.2600.07
HSL214.44º75%71.76%-
HSV(B)214.44º45.57%92.94%-
XYZ39.6741.4486.03-
YUV168.31166.7699.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.84%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 237 (92.97% from 255) = 43.81%
R=23.84%
G=32.35%
B=43.81%

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
Decimal1291752370.460.2600.07214.447571.76
Hex81AFED2E1A07d64b48
Octal201257355563207326113110
Binary1000000110101111111011011011101101001111101011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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