#7FADF1

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

Shades of Jordy Blue #7FADF1

Tints of Jordy Blue #7FADF1

Color information

#7FADF1 (or 0x7FADF1) is unknown color: approx Jordy Blue. HEX triplet: 7F, AD and F1. RGB value is (127,173,241). Sum of RGB (Red+Green+Blue) = 127+173+241=541 (71% of max value = 765). Red value is 127 (50% from 255 or 23.48% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #7FADF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FADF1 is #80520E. Grayscale: #A6A6A6. Windows color (decimal): -8409615 or 15838591. OLE color: 15838591.

HSL color Cylindrical-coordinate representation of color #7FADF1: hue angle of 215.79º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FADF1 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB127173241-
CMYK0.470.2800.05
HSL215.79º80.28%72.16%-
HSV(B)215.79º47.3%94.51%-
XYZ39.5740.7589-
YUV167169.7699.47-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.48%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 241 (94.53% from 255) = 44.55%
R=23.48%
G=31.98%
B=44.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1271732410.470.2800.05215.7980.2872.16
Hex7FADF12F1C05d85048
Octal177255361573405330120110
Binary111111110101101111100011011111110001011101100010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FADF1; }

 p { color: rgb(127,173,241); }

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

<style>
 a { background-color: #7FADF1; }

 a { background-color: rgb(127,173,241); }

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

<style>
 span { border-color: #7FADF1; }

 span { border-color: rgb(127,173,241); }

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