Html Css Color HEX #7DAEEB Jordy Blue

📋 copy color: '#7DAEEB'

red 125 ◦ green 174 ◦ blue 235

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

Shades of Jordy Blue #7DAEEB

Tints of Jordy Blue #7DAEEB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.58%

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

R = 23.41%
G = 32.58%
B = 44.01%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7DAEEB (or 0x7DAEEB) is known color: Jordy Blue. HEX triplet: 7D, AE and EB. RGB value is (125,174,235). Sum of RGB (Red+Green+Blue) = 125+174+235=534 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.41% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #7DAEEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DAEEB is #825114. Grayscale: #A6A6A6. Windows color (decimal): -8540437 or 15445629. OLE color: 15445629.

HSL color Cylindrical-coordinate representation of color #7DAEEB: hue angle of 213.27º 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 #7DAEEB is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 174 235 -
CMYK 0.47 0.26 0 0.08
HSL 213.27º 0.73% 0.71% -
HSV(B) 213.27º 0.47% 0.92% -
XYZ 38.59 40.63 84.41 -
YUV 166.3 166.77 98.54 -
System Red Green Blue C M Y K H S L
Decimal 125 174 235 0.47 0.26 0 0.08 213.27 0.73 0.71
Hex 7D AE EB 2F 1A 0 8 D5 49 47
Octal 175 256 353 57 32 0 10 325 111 107
Binary 1111101 10101110 11101011 101111 11010 0 1000 11010101 1001001 1000111

Color Harmonies of #7DAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAEEB

Black with #7DAEEB

Text Example


Text Example

White with #7DAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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