Html Css Color HEX #7AAEEC Jordy Blue

📋 copy color: '#7AAEEC'

red 122 ◦ green 174 ◦ blue 236

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

Shades of Jordy Blue #7AAEEC

Tints of Jordy Blue #7AAEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.36%

R = 22.93%
G = 32.71%
B = 44.36%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7AAEEC (or 0x7AAEEC) is known color: Jordy Blue. HEX triplet: 7A, AE and EC. RGB value is (122,174,236). Sum of RGB (Red+Green+Blue) = 122+174+236=532 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.93% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #7AAEEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AAEEC is #855113. Grayscale: #A5A5A5. Windows color (decimal): -8737044 or 15511162. OLE color: 15511162.

HSL color Cylindrical-coordinate representation of color #7AAEEC: hue angle of 212.63º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AAEEC is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 174 236 -
CMYK 0.48 0.26 0 0.07
HSL 212.63º 0.75% 0.7% -
HSV(B) 212.63º 0.48% 0.93% -
XYZ 38.3 40.47 85.15 -
YUV 165.52 167.77 96.96 -
System Red Green Blue C M Y K H S L
Decimal 122 174 236 0.48 0.26 0 0.07 212.63 0.75 0.7
Hex 7A AE EC 30 1A 0 7 D5 4B 46
Octal 172 256 354 60 32 0 7 325 113 106
Binary 1111010 10101110 11101100 110000 11010 0 111 11010101 1001011 1000110

Color Harmonies of #7AAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAEEC

Black with #7AAEEC

Text Example


Text Example

White with #7AAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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