Html Css Color HEX #7DADDE Jordy Blue

📋 copy color: '#7DADDE'

red 125 ◦ green 173 ◦ blue 222

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

Shades of Jordy Blue #7DADDE

Tints of Jordy Blue #7DADDE

RGB

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

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

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

R = 24.04%
G = 33.27%
B = 42.69%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7DADDE (or 0x7DADDE) is known color: Jordy Blue. HEX triplet: 7D, AD and DE. RGB value is (125,173,222). Sum of RGB (Red+Green+Blue) = 125+173+222=520 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.04% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #7DADDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADDE is #825221. Grayscale: #A3A3A3. Windows color (decimal): -8540706 or 14593405. OLE color: 14593405.

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

Color convert

RGB 125 173 222 -
CMYK 0.44 0.22 0 0.13
HSL 210.31º 0.6% 0.68% -
HSV(B) 210.31º 0.44% 0.87% -
XYZ 36.59 39.52 74.81 -
YUV 164.23 160.6 100.02 -
System Red Green Blue C M Y K H S L
Decimal 125 173 222 0.44 0.22 0 0.13 210.31 0.6 0.68
Hex 7D AD DE 2C 16 0 D D2 3C 44
Octal 175 255 336 54 26 0 15 322 74 104
Binary 1111101 10101101 11011110 101100 10110 0 1101 11010010 111100 1000100

Color Harmonies of #7DADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DADDE

Black with #7DADDE

Text Example


Text Example

White with #7DADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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