Html Css Color HEX #7ABAE8 Jordy Blue

📋 copy color: '#7ABAE8'

red 122 ◦ green 186 ◦ blue 232

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

Shades of Jordy Blue #7ABAE8

Tints of Jordy Blue #7ABAE8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.44%

 BLUE value IS 232 (91.02% from 255) = 42.96%

R = 22.59%
G = 34.44%
B = 42.96%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7ABAE8 (or 0x7ABAE8) is known color: Jordy Blue. HEX triplet: 7A, BA and E8. RGB value is (122,186,232). Sum of RGB (Red+Green+Blue) = 122+186+232=540 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.59% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #7ABAE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABAE8 is #854517. Grayscale: #ABABAB. Windows color (decimal): -8733976 or 15252090. OLE color: 15252090.

HSL color Cylindrical-coordinate representation of color #7ABAE8: hue angle of 205.09º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7ABAE8 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 122 186 232 -
CMYK 0.47 0.20 0 0.09
HSL 205.09º 0.71% 0.69% -
HSV(B) 205.09º 0.47% 0.91% -
XYZ 40.15 45.08 82.93 -
YUV 172.11 161.8 92.26 -
System Red Green Blue C M Y K H S L
Decimal 122 186 232 0.47 0.20 0 0.09 205.09 0.71 0.69
Hex 7A BA E8 2F 14 0 9 CD 47 45
Octal 172 272 350 57 24 0 11 315 107 105
Binary 1111010 10111010 11101000 101111 10100 0 1001 11001101 1000111 1000101

Color Harmonies of #7ABAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABAE8

Black with #7ABAE8

Text Example


Text Example

White with #7ABAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,186,232); }

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

background-color css

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

 a { background-color: rgb(122,186,232); }

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

border-color css

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

 span { border-color: rgb(122,186,232); }

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