Html Css Color HEX #7EB2DB Jordy Blue

📋 copy color: '#7EB2DB'

red 126 ◦ green 178 ◦ blue 219

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

Shades of Jordy Blue #7EB2DB

Tints of Jordy Blue #7EB2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.03%

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

R = 24.09%
G = 34.03%
B = 41.87%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7EB2DB (or 0x7EB2DB) is known color: Jordy Blue. HEX triplet: 7E, B2 and DB. RGB value is (126,178,219). Sum of RGB (Red+Green+Blue) = 126+178+219=523 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.09% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EB2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EB2DB is #814D24. Grayscale: #A6A6A6. Windows color (decimal): -8473893 or 14398078. OLE color: 14398078.

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

Color convert

RGB 126 178 219 -
CMYK 0.42 0.19 0 0.14
HSL 206.45º 0.56% 0.68% -
HSV(B) 206.45º 0.42% 0.86% -
XYZ 37.31 41.39 73.04 -
YUV 167.13 157.27 98.67 -
System Red Green Blue C M Y K H S L
Decimal 126 178 219 0.42 0.19 0 0.14 206.45 0.56 0.68
Hex 7E B2 DB 2A 13 0 E CE 38 44
Octal 176 262 333 52 23 0 16 316 70 104
Binary 1111110 10110010 11011011 101010 10011 0 1110 11001110 111000 1000100

Color Harmonies of #7EB2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB2DB

Black with #7EB2DB

Text Example


Text Example

White with #7EB2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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