Html Css Color HEX #7EB1DE Jordy Blue

📋 copy color: '#7EB1DE'

red 126 ◦ green 177 ◦ blue 222

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

Shades of Jordy Blue #7EB1DE

Tints of Jordy Blue #7EB1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.29%

R = 24%
G = 33.71%
B = 42.29%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7EB1DE (or 0x7EB1DE) is known color: Jordy Blue. HEX triplet: 7E, B1 and DE. RGB value is (126,177,222). Sum of RGB (Red+Green+Blue) = 126+177+222=525 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #7EB1DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EB1DE is #814E21. Grayscale: #A6A6A6. Windows color (decimal): -8474146 or 14594430. OLE color: 14594430.

HSL color Cylindrical-coordinate representation of color #7EB1DE: hue angle of 208.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EB1DE is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 177 222 -
CMYK 0.43 0.20 0 0.13
HSL 208.13º 0.59% 0.68% -
HSV(B) 208.13º 0.43% 0.87% -
XYZ 37.51 41.15 75.07 -
YUV 166.88 159.1 98.84 -
System Red Green Blue C M Y K H S L
Decimal 126 177 222 0.43 0.20 0 0.13 208.13 0.59 0.68
Hex 7E B1 DE 2B 14 0 D D0 3B 44
Octal 176 261 336 53 24 0 15 320 73 104
Binary 1111110 10110001 11011110 101011 10100 0 1101 11010000 111011 1000100

Color Harmonies of #7EB1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB1DE

Black with #7EB1DE

Text Example


Text Example

White with #7EB1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,177,222); }

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

background-color css

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

 a { background-color: rgb(126,177,222); }

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

border-color css

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

 span { border-color: rgb(126,177,222); }

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