Html Css Color HEX #7EAFDB Jordy Blue

📋 copy color: '#7EAFDB'

red 126 ◦ green 175 ◦ blue 219

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

Shades of Jordy Blue #7EAFDB

Tints of Jordy Blue #7EAFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.65%

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

R = 24.23%
G = 33.65%
B = 42.12%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7EAFDB (or 0x7EAFDB) is known color: Jordy Blue. HEX triplet: 7E, AF and DB. RGB value is (126,175,219). Sum of RGB (Red+Green+Blue) = 126+175+219=520 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.23% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EAFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAFDB is #815024. Grayscale: #A5A5A5. Windows color (decimal): -8474661 or 14397310. OLE color: 14397310.

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

Color convert

RGB 126 175 219 -
CMYK 0.42 0.20 0 0.14
HSL 208.39º 0.56% 0.68% -
HSV(B) 208.39º 0.42% 0.86% -
XYZ 36.72 40.21 72.84 -
YUV 165.37 158.27 99.92 -
System Red Green Blue C M Y K H S L
Decimal 126 175 219 0.42 0.20 0 0.14 208.39 0.56 0.68
Hex 7E AF DB 2A 14 0 E D0 38 44
Octal 176 257 333 52 24 0 16 320 70 104
Binary 1111110 10101111 11011011 101010 10100 0 1110 11010000 111000 1000100

Color Harmonies of #7EAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAFDB

Black with #7EAFDB

Text Example


Text Example

White with #7EAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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