#7DAFF8

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

Shades of Jordy Blue #7DAFF8

Tints of Jordy Blue #7DAFF8

Color information

#7DAFF8 (or 0x7DAFF8) is unknown color: approx Jordy Blue. HEX triplet: 7D, AF and F8. RGB value is (125,175,248). Sum of RGB (Red+Green+Blue) = 125+175+248=548 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.81% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 248 (97.27% from 255 or 45.26% from 548); Max value from RGB is 248 - color contains mainly: blue. Hex color #7DAFF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DAFF8 is #825007. Grayscale: #A8A8A8. Windows color (decimal): -8540168 or 16297853. OLE color: 16297853.

HSL color Cylindrical-coordinate representation of color #7DAFF8: hue angle of 215.61º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DAFF8 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB125175248-
CMYK0.500.2900.03
HSL215.61º89.78%73.14%-
HSV(B)215.61º49.6%97.25%-
XYZ40.7341.894.73-
YUV168.37172.9497.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.81%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 248 (97.27% from 255) = 45.26%
R=22.81%
G=31.93%
B=45.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1251752480.500.2900.03215.6189.7873.14
Hex7DAFF8321D03d85a49
Octal175257370623503330132111
Binary11111011010111111111000110010111010111101100010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,175,248); }

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

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

 a { background-color: rgb(125,175,248); }

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

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

 span { border-color: rgb(125,175,248); }

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