Html Css Color HEX #7EABDB Jordy Blue

📋 copy color: '#7EABDB'

red 126 ◦ green 171 ◦ blue 219

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

Shades of Jordy Blue #7EABDB

Tints of Jordy Blue #7EABDB

RGB

 RED value IS 126 (49.61% from 255) = 24.42%

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

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

R = 24.42%
G = 33.14%
B = 42.44%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7EABDB (or 0x7EABDB) is known color: Jordy Blue. HEX triplet: 7E, AB and DB. RGB value is (126,171,219). Sum of RGB (Red+Green+Blue) = 126+171+219=516 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.42% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EABDB is #815424. Grayscale: #A2A2A2. Windows color (decimal): -8475685 or 14396286. OLE color: 14396286.

HSL color Cylindrical-coordinate representation of color #7EABDB: hue angle of 210.97º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EABDB is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 171 219 -
CMYK 0.42 0.22 0 0.14
HSL 210.97º 0.56% 0.68% -
HSV(B) 210.97º 0.42% 0.86% -
XYZ 35.95 38.68 72.59 -
YUV 163.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 126 171 219 0.42 0.22 0 0.14 210.97 0.56 0.68
Hex 7E AB DB 2A 16 0 E D3 38 44
Octal 176 253 333 52 26 0 16 323 70 104
Binary 1111110 10101011 11011011 101010 10110 0 1110 11010011 111000 1000100

Color Harmonies of #7EABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EABDB

Black with #7EABDB

Text Example


Text Example

White with #7EABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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