Html Css Color HEX #7DACDD Jordy Blue

📋 copy color: '#7DACDD'

red 125 ◦ green 172 ◦ blue 221

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

Shades of Jordy Blue #7DACDD

Tints of Jordy Blue #7DACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.2%

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

R = 24.13%
G = 33.2%
B = 42.66%

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

#7DACDD (or 0x7DACDD) is known color: Jordy Blue. HEX triplet: 7D, AC and DD. RGB value is (125,172,221). Sum of RGB (Red+Green+Blue) = 125+172+221=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #7DACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACDD is #825322. Grayscale: #A3A3A3. Windows color (decimal): -8540963 or 14527613. OLE color: 14527613.

HSL color Cylindrical-coordinate representation of color #7DACDD: hue angle of 210.62º 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 #7DACDD is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 172 221 -
CMYK 0.43 0.22 0 0.13
HSL 210.63º 0.59% 0.68% -
HSV(B) 210.63º 0.43% 0.87% -
XYZ 36.26 39.09 74.04 -
YUV 163.53 160.43 100.52 -
System Red Green Blue C M Y K H S L
Decimal 125 172 221 0.43 0.22 0 0.13 210.63 0.59 0.68
Hex 7D AC DD 2B 16 0 D D3 3B 44
Octal 175 254 335 53 26 0 15 323 73 104
Binary 1111101 10101100 11011101 101011 10110 0 1101 11010011 111011 1000100

Color Harmonies of #7DACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DACDD

Black with #7DACDD

Text Example


Text Example

White with #7DACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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