Html Css Color HEX #7AB7EA Jordy Blue

📋 copy color: '#7AB7EA'

red 122 ◦ green 183 ◦ blue 234

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

Shades of Jordy Blue #7AB7EA

Tints of Jordy Blue #7AB7EA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.95%

 BLUE value IS 234 (91.8% from 255) = 43.41%

R = 22.63%
G = 33.95%
B = 43.41%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7AB7EA (or 0x7AB7EA) is known color: Jordy Blue. HEX triplet: 7A, B7 and EA. RGB value is (122,183,234). Sum of RGB (Red+Green+Blue) = 122+183+234=539 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.63% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #7AB7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AB7EA is #854815. Grayscale: #AAAAAA. Windows color (decimal): -8734742 or 15382394. OLE color: 15382394.

HSL color Cylindrical-coordinate representation of color #7AB7EA: hue angle of 207.32º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AB7EA is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 122 183 234 -
CMYK 0.48 0.22 0 0.08
HSL 207.32º 0.73% 0.7% -
HSV(B) 207.32º 0.48% 0.92% -
XYZ 39.81 43.95 84.23 -
YUV 170.58 163.79 93.35 -
System Red Green Blue C M Y K H S L
Decimal 122 183 234 0.48 0.22 0 0.08 207.32 0.73 0.7
Hex 7A B7 EA 30 16 0 8 CF 49 46
Octal 172 267 352 60 26 0 10 317 111 106
Binary 1111010 10110111 11101010 110000 10110 0 1000 11001111 1001001 1000110

Color Harmonies of #7AB7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB7EA

Black with #7AB7EA

Text Example


Text Example

White with #7AB7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,183,234); }

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

background-color css

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

 a { background-color: rgb(122,183,234); }

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

border-color css

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

 span { border-color: rgb(122,183,234); }

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