Html Css Color HEX #7AAEEE Jordy Blue

📋 copy color: '#7AAEEE'

red 122 ◦ green 174 ◦ blue 238

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

Shades of Jordy Blue #7AAEEE

Tints of Jordy Blue #7AAEEE

RGB

 RED value IS 122 (48.05% from 255) = 22.85%

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

 BLUE value IS 238 (93.36% from 255) = 44.57%

R = 22.85%
G = 32.58%
B = 44.57%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7AAEEE (or 0x7AAEEE) is known color: Jordy Blue. HEX triplet: 7A, AE and EE. RGB value is (122,174,238). Sum of RGB (Red+Green+Blue) = 122+174+238=534 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.85% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #7AAEEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AAEEE is #855111. Grayscale: #A5A5A5. Windows color (decimal): -8737042 or 15642234. OLE color: 15642234.

HSL color Cylindrical-coordinate representation of color #7AAEEE: hue angle of 213.1º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AAEEE is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 174 238 -
CMYK 0.49 0.27 0 0.07
HSL 213.1º 0.77% 0.71% -
HSV(B) 213.1º 0.49% 0.93% -
XYZ 38.59 40.58 86.69 -
YUV 165.75 168.77 96.8 -
System Red Green Blue C M Y K H S L
Decimal 122 174 238 0.49 0.27 0 0.07 213.1 0.77 0.71
Hex 7A AE EE 31 1B 0 7 D5 4D 47
Octal 172 256 356 61 33 0 7 325 115 107
Binary 1111010 10101110 11101110 110001 11011 0 111 11010101 1001101 1000111

Color Harmonies of #7AAEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAEEE

Black with #7AAEEE

Text Example


Text Example

White with #7AAEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,174,238); }

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

background-color css

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

 a { background-color: rgb(122,174,238); }

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

border-color css

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

 span { border-color: rgb(122,174,238); }

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