Html Css Color HEX #7DADDD Jordy Blue

📋 copy color: '#7DADDD'

red 125 ◦ green 173 ◦ blue 221

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

Shades of Jordy Blue #7DADDD

Tints of Jordy Blue #7DADDD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.33%

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 24.08%
G = 33.33%
B = 42.58%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7DADDD (or 0x7DADDD) is known color: Jordy Blue. HEX triplet: 7D, AD and DD. RGB value is (125,173,221). Sum of RGB (Red+Green+Blue) = 125+173+221=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #7DADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADDD is #825222. Grayscale: #A3A3A3. Windows color (decimal): -8540707 or 14527869. OLE color: 14527869.

HSL color Cylindrical-coordinate representation of color #7DADDD: hue angle of 210º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DADDD is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 173 221 -
CMYK 0.43 0.22 0 0.13
HSL 210º 0.59% 0.68% -
HSV(B) 210º 0.43% 0.87% -
XYZ 36.45 39.47 74.1 -
YUV 164.12 160.1 100.1 -
System Red Green Blue C M Y K H S L
Decimal 125 173 221 0.43 0.22 0 0.13 210 0.59 0.68
Hex 7D AD DD 2B 16 0 D D2 3B 44
Octal 175 255 335 53 26 0 15 322 73 104
Binary 1111101 10101101 11011101 101011 10110 0 1101 11010010 111011 1000100

Color Harmonies of #7DADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DADDD

Black with #7DADDD

Text Example


Text Example

White with #7DADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,173,221); }

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

background-color css

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

 a { background-color: rgb(125,173,221); }

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

border-color css

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

 span { border-color: rgb(125,173,221); }

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