Html Css Color HEX #7DAAEB Jordy Blue

📋 copy color: '#7DAAEB'

red 125 ◦ green 170 ◦ blue 235

#7DAAEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #7DAAEB

Tints of Jordy Blue #7DAAEB

RGB

 RED value IS 125 (49.22% from 255) = 23.58%

 GREEN value IS 170 (66.8% from 255) = 32.08%

 BLUE value IS 235 (92.19% from 255) = 44.34%

R = 23.58%
G = 32.08%
B = 44.34%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7DAAEB (or 0x7DAAEB) is known color: Jordy Blue. HEX triplet: 7D, AA and EB. RGB value is (125,170,235). Sum of RGB (Red+Green+Blue) = 125+170+235=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #7DAAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DAAEB is #825514. Grayscale: #A3A3A3. Windows color (decimal): -8541461 or 15444605. OLE color: 15444605.

HSL color Cylindrical-coordinate representation of color #7DAAEB: hue angle of 215.45º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DAAEB is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 170 235 -
CMYK 0.47 0.28 0 0.08
HSL 215.45º 0.73% 0.71% -
HSV(B) 215.45º 0.47% 0.92% -
XYZ 37.83 39.11 84.15 -
YUV 163.96 168.09 100.21 -
System Red Green Blue C M Y K H S L
Decimal 125 170 235 0.47 0.28 0 0.08 215.45 0.73 0.71
Hex 7D AA EB 2F 1C 0 8 D7 49 47
Octal 175 252 353 57 34 0 10 327 111 107
Binary 1111101 10101010 11101011 101111 11100 0 1000 11010111 1001001 1000111

Color Harmonies of #7DAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAAEB

Black with #7DAAEB

Text Example


Text Example

White with #7DAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DAAEB;
 }
 .AnyTagClassName
 {
   color: #7DAAEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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