Html Css Color HEX #7DACDA Jordy Blue

📋 copy color: '#7DACDA'

red 125 ◦ green 172 ◦ blue 218

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

Shades of Jordy Blue #7DACDA

Tints of Jordy Blue #7DACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 24.27%
G = 33.4%
B = 42.33%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7DACDA (or 0x7DACDA) is known color: Jordy Blue. HEX triplet: 7D, AC and DA. RGB value is (125,172,218). Sum of RGB (Red+Green+Blue) = 125+172+218=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #7DACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACDA is #825325. Grayscale: #A2A2A2. Windows color (decimal): -8540966 or 14331005. OLE color: 14331005.

HSL color Cylindrical-coordinate representation of color #7DACDA: hue angle of 209.68º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DACDA is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 172 218 -
CMYK 0.43 0.21 0 0.15
HSL 209.68º 0.56% 0.67% -
HSV(B) 209.68º 0.43% 0.85% -
XYZ 35.86 38.93 71.95 -
YUV 163.19 158.93 100.76 -
System Red Green Blue C M Y K H S L
Decimal 125 172 218 0.43 0.21 0 0.15 209.68 0.56 0.67
Hex 7D AC DA 2B 15 0 F D2 38 43
Octal 175 254 332 53 25 0 17 322 70 103
Binary 1111101 10101100 11011010 101011 10101 0 1111 11010010 111000 1000011

Color Harmonies of #7DACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DACDA

Black with #7DACDA

Text Example


Text Example

White with #7DACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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