#7DAFEE

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

Shades of Jordy Blue #7DAFEE

Tints of Jordy Blue #7DAFEE

Color information

#7DAFEE (or 0x7DAFEE) is unknown color: approx Jordy Blue. HEX triplet: 7D, AF and EE. RGB value is (125,175,238). Sum of RGB (Red+Green+Blue) = 125+175+238=538 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.23% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #7DAFEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DAFEE is #825011. Grayscale: #A6A6A6. Windows color (decimal): -8540178 or 15642493. OLE color: 15642493.

HSL color Cylindrical-coordinate representation of color #7DAFEE: hue angle of 213.45º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DAFEE is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125175238-
CMYK0.470.2600.07
HSL213.45º76.87%71.18%-
HSV(B)213.45º47.48%93.33%-
XYZ39.2241.1986.77-
YUV167.23167.9497.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.23%
GREEN value IS 175 (68.75% from 255) = 32.53%
BLUE value IS 238 (93.36% from 255) = 44.24%
R=23.23%
G=32.53%
B=44.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251752380.470.2600.07213.4576.8771.18
Hex7DAFEE2F1A07d54d47
Octal175257356573207325115107
Binary111110110101111111011101011111101001111101010110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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