Html Css Color HEX #7DABDB Jordy Blue

📋 copy color: '#7DABDB'

red 125 ◦ green 171 ◦ blue 219

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

Shades of Jordy Blue #7DABDB

Tints of Jordy Blue #7DABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.2%

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

R = 24.27%
G = 33.2%
B = 42.52%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DABDB (or 0x7DABDB) is known color: Jordy Blue. HEX triplet: 7D, AB and DB. RGB value is (125,171,219). Sum of RGB (Red+Green+Blue) = 125+171+219=515 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.27% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DABDB is #825424. Grayscale: #A2A2A2. Windows color (decimal): -8541221 or 14396285. OLE color: 14396285.

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

Color convert

RGB 125 171 219 -
CMYK 0.43 0.22 0 0.14
HSL 210.64º 0.57% 0.67% -
HSV(B) 210.64º 0.43% 0.86% -
XYZ 35.81 38.6 72.58 -
YUV 162.72 159.76 101.1 -
System Red Green Blue C M Y K H S L
Decimal 125 171 219 0.43 0.22 0 0.14 210.64 0.57 0.67
Hex 7D AB DB 2B 16 0 E D3 39 43
Octal 175 253 333 53 26 0 16 323 71 103
Binary 1111101 10101011 11011011 101011 10110 0 1110 11010011 111001 1000011

Color Harmonies of #7DABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DABDB

Black with #7DABDB

Text Example


Text Example

White with #7DABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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