Html Css Color HEX #7DB1DB Jordy Blue

📋 copy color: '#7DB1DB'

red 125 ◦ green 177 ◦ blue 219

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

Shades of Jordy Blue #7DB1DB

Tints of Jordy Blue #7DB1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.97%

 BLUE value IS 219 (85.94% from 255) = 42.03%

R = 23.99%
G = 33.97%
B = 42.03%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DB1DB (or 0x7DB1DB) is known color: Jordy Blue. HEX triplet: 7D, B1 and DB. RGB value is (125,177,219). Sum of RGB (Red+Green+Blue) = 125+177+219=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DB1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB1DB is #824E24. Grayscale: #A6A6A6. Windows color (decimal): -8539685 or 14397821. OLE color: 14397821.

HSL color Cylindrical-coordinate representation of color #7DB1DB: hue angle of 206.81º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DB1DB is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 177 219 -
CMYK 0.43 0.19 0 0.14
HSL 206.81º 0.57% 0.67% -
HSV(B) 206.81º 0.43% 0.86% -
XYZ 36.97 40.92 72.97 -
YUV 166.24 157.77 98.58 -
System Red Green Blue C M Y K H S L
Decimal 125 177 219 0.43 0.19 0 0.14 206.81 0.57 0.67
Hex 7D B1 DB 2B 13 0 E CF 39 43
Octal 175 261 333 53 23 0 16 317 71 103
Binary 1111101 10110001 11011011 101011 10011 0 1110 11001111 111001 1000011

Color Harmonies of #7DB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB1DB

Black with #7DB1DB

Text Example


Text Example

White with #7DB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,177,219); }

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

background-color css

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

 a { background-color: rgb(125,177,219); }

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

border-color css

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

 span { border-color: rgb(125,177,219); }

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