Html Css Color HEX #7DA6D5 Jordy Blue

📋 copy color: '#7DA6D5'

red 125 ◦ green 166 ◦ blue 213

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

Shades of Jordy Blue #7DA6D5

Tints of Jordy Blue #7DA6D5

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.94%

 BLUE value IS 213 (83.59% from 255) = 42.26%

R = 24.8%
G = 32.94%
B = 42.26%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7DA6D5 (or 0x7DA6D5) is known color: Jordy Blue. HEX triplet: 7D, A6 and D5. RGB value is (125,166,213). Sum of RGB (Red+Green+Blue) = 125+166+213=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #7DA6D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA6D5 is #82592A. Grayscale: #9E9E9E. Windows color (decimal): -8542507 or 14001789. OLE color: 14001789.

HSL color Cylindrical-coordinate representation of color #7DA6D5: hue angle of 212.05º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DA6D5 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 166 213 -
CMYK 0.41 0.22 0 0.16
HSL 212.05º 0.51% 0.66% -
HSV(B) 212.05º 0.41% 0.84% -
XYZ 34.1 36.44 68.19 -
YUV 159.1 158.42 103.68 -
System Red Green Blue C M Y K H S L
Decimal 125 166 213 0.41 0.22 0 0.16 212.05 0.51 0.66
Hex 7D A6 D5 29 16 0 10 D4 33 42
Octal 175 246 325 51 26 0 20 324 63 102
Binary 1111101 10100110 11010101 101001 10110 0 10000 11010100 110011 1000010

Color Harmonies of #7DA6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA6D5

Black with #7DA6D5

Text Example


Text Example

White with #7DA6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,166,213); }

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

background-color css

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

 a { background-color: rgb(125,166,213); }

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

border-color css

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

 span { border-color: rgb(125,166,213); }

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