#7FADFA

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

Shades of Jordy Blue #7FADFA

Tints of Jordy Blue #7FADFA

Color information

#7FADFA (or 0x7FADFA) is unknown color: approx Jordy Blue. HEX triplet: 7F, AD and FA. RGB value is (127,173,250). Sum of RGB (Red+Green+Blue) = 127+173+250=550 (72% of max value = 765). Red value is 127 (50% from 255 or 23.09% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #7FADFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FADFA is #805205. Grayscale: #A7A7A7. Windows color (decimal): -8409606 or 16428415. OLE color: 16428415.

HSL color Cylindrical-coordinate representation of color #7FADFA: hue angle of 217.56º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FADFA is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB127173250-
CMYK0.490.3100.02
HSL217.56º92.48%73.92%-
HSV(B)217.56º49.2%98.04%-
XYZ40.9541.396.26-
YUV168.02174.2698.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.09%
GREEN value IS 173 (67.97% from 255) = 31.45%
BLUE value IS 250 (98.05% from 255) = 45.45%
R=23.09%
G=31.45%
B=45.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1271732500.490.3100.02217.5692.4873.92
Hex7FADFA311F02da5c4a
Octal177255372613702332134112
Binary11111111010110111111010110001111110101101101010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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