Html Css Color HEX #7DACDE Jordy Blue

📋 copy color: '#7DACDE'

red 125 ◦ green 172 ◦ blue 222

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

Shades of Jordy Blue #7DACDE

Tints of Jordy Blue #7DACDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.77%

R = 24.08%
G = 33.14%
B = 42.77%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7DACDE (or 0x7DACDE) is known color: Jordy Blue. HEX triplet: 7D, AC and DE. RGB value is (125,172,222). Sum of RGB (Red+Green+Blue) = 125+172+222=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #7DACDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACDE is #825321. Grayscale: #A3A3A3. Windows color (decimal): -8540962 or 14593149. OLE color: 14593149.

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

Color convert

RGB 125 172 222 -
CMYK 0.44 0.23 0 0.13
HSL 210.93º 0.6% 0.68% -
HSV(B) 210.93º 0.44% 0.87% -
XYZ 36.39 39.14 74.74 -
YUV 163.65 160.93 100.43 -
System Red Green Blue C M Y K H S L
Decimal 125 172 222 0.44 0.23 0 0.13 210.93 0.6 0.68
Hex 7D AC DE 2C 17 0 D D3 3C 44
Octal 175 254 336 54 27 0 15 323 74 104
Binary 1111101 10101100 11011110 101100 10111 0 1101 11010011 111100 1000100

Color Harmonies of #7DACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DACDE

Black with #7DACDE

Text Example


Text Example

White with #7DACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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