Html Css Color HEX #7DAEDA Jordy Blue

📋 copy color: '#7DAEDA'

red 125 ◦ green 174 ◦ blue 218

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

Shades of Jordy Blue #7DAEDA

Tints of Jordy Blue #7DAEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 24.18%
G = 33.66%
B = 42.17%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7DAEDA (or 0x7DAEDA) is known color: Jordy Blue. HEX triplet: 7D, AE and DA. RGB value is (125,174,218). Sum of RGB (Red+Green+Blue) = 125+174+218=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #7DAEDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAEDA is #825125. Grayscale: #A4A4A4. Windows color (decimal): -8540454 or 14331517. OLE color: 14331517.

HSL color Cylindrical-coordinate representation of color #7DAEDA: hue angle of 208.39º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DAEDA is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 174 218 -
CMYK 0.43 0.20 0 0.15
HSL 208.39º 0.56% 0.67% -
HSV(B) 208.39º 0.43% 0.85% -
XYZ 36.25 39.69 72.08 -
YUV 164.37 158.27 99.92 -
System Red Green Blue C M Y K H S L
Decimal 125 174 218 0.43 0.20 0 0.15 208.39 0.56 0.67
Hex 7D AE DA 2B 14 0 F D0 38 43
Octal 175 256 332 53 24 0 17 320 70 103
Binary 1111101 10101110 11011010 101011 10100 0 1111 11010000 111000 1000011

Color Harmonies of #7DAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAEDA

Black with #7DAEDA

Text Example


Text Example

White with #7DAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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