Html Css Color HEX #7EAEEF Jordy Blue

📋 copy color: '#7EAEEF'

red 126 ◦ green 174 ◦ blue 239

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

Shades of Jordy Blue #7EAEEF

Tints of Jordy Blue #7EAEEF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.28%

 BLUE value IS 239 (93.75% from 255) = 44.34%

R = 23.38%
G = 32.28%
B = 44.34%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7EAEEF (or 0x7EAEEF) is known color: Jordy Blue. HEX triplet: 7E, AE and EF. RGB value is (126,174,239). Sum of RGB (Red+Green+Blue) = 126+174+239=539 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.38% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #7EAEEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EAEEF is #815110. Grayscale: #A6A6A6. Windows color (decimal): -8474897 or 15707774. OLE color: 15707774.

HSL color Cylindrical-coordinate representation of color #7EAEEF: hue angle of 214.51º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EAEEF is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 126 174 239 -
CMYK 0.47 0.27 0 0.06
HSL 214.51º 0.78% 0.72% -
HSV(B) 214.51º 0.47% 0.94% -
XYZ 39.32 40.94 87.49 -
YUV 167.06 168.6 98.71 -
System Red Green Blue C M Y K H S L
Decimal 126 174 239 0.47 0.27 0 0.06 214.51 0.78 0.72
Hex 7E AE EF 2F 1B 0 6 D7 4E 48
Octal 176 256 357 57 33 0 6 327 116 110
Binary 1111110 10101110 11101111 101111 11011 0 110 11010111 1001110 1001000

Color Harmonies of #7EAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAEEF

Black with #7EAEEF

Text Example


Text Example

White with #7EAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,174,239); }

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

background-color css

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

 a { background-color: rgb(126,174,239); }

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

border-color css

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

 span { border-color: rgb(126,174,239); }

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