#7DAAFB

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

Shades of Jordy Blue #7DAAFB

Tints of Jordy Blue #7DAAFB

Color information

#7DAAFB (or 0x7DAAFB) is unknown color: approx Jordy Blue. HEX triplet: 7D, AA and FB. RGB value is (125,170,251). Sum of RGB (Red+Green+Blue) = 125+170+251=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DAAFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DAAFB is #825504. Grayscale: #A5A5A5. Windows color (decimal): -8541445 or 16493181. OLE color: 16493181.

HSL color Cylindrical-coordinate representation of color #7DAAFB: hue angle of 218.57º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DAAFB is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB125170251-
CMYK0.500.3200.02
HSL218.57º94.03%73.73%-
HSV(B)218.57º50.2%98.43%-
XYZ40.2440.0796.88-
YUV165.78176.0998.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.89%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 251 (98.44% from 255) = 45.97%
R=22.89%
G=31.14%
B=45.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1251702510.500.3200.02218.5794.0373.73
Hex7DAAFB322002db5e4a
Octal175252373624002333136112
Binary111110110101010111110111100101000000101101101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,170,251); }

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

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

 a { background-color: rgb(125,170,251); }

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

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

 span { border-color: rgb(125,170,251); }

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