Html Css Color HEX #7AB0E5 Jordy Blue

📋 copy color: '#7AB0E5'

red 122 ◦ green 176 ◦ blue 229

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

Shades of Jordy Blue #7AB0E5

Tints of Jordy Blue #7AB0E5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.4%

 BLUE value IS 229 (89.84% from 255) = 43.45%

R = 23.15%
G = 33.4%
B = 43.45%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7AB0E5 (or 0x7AB0E5) is known color: Jordy Blue. HEX triplet: 7A, B0 and E5. RGB value is (122,176,229). Sum of RGB (Red+Green+Blue) = 122+176+229=527 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.15% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 229 (89.84% from 255 or 43.45% from 527); Max value from RGB is 229 - color contains mainly: blue. Hex color #7AB0E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB0E5 is #854F1A. Grayscale: #A5A5A5. Windows color (decimal): -8736539 or 15052922. OLE color: 15052922.

HSL color Cylindrical-coordinate representation of color #7AB0E5: hue angle of 209.72º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AB0E5 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 122 176 229 -
CMYK 0.47 0.23 0 0.10
HSL 209.72º 0.67% 0.69% -
HSV(B) 209.72º 0.47% 0.9% -
XYZ 37.69 40.85 80.03 -
YUV 165.9 163.61 96.69 -
System Red Green Blue C M Y K H S L
Decimal 122 176 229 0.47 0.23 0 0.10 209.72 0.67 0.69
Hex 7A B0 E5 2F 17 0 A D2 43 45
Octal 172 260 345 57 27 0 12 322 103 105
Binary 1111010 10110000 11100101 101111 10111 0 1010 11010010 1000011 1000101

Color Harmonies of #7AB0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB0E5

Black with #7AB0E5

Text Example


Text Example

White with #7AB0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,176,229); }

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

background-color css

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

 a { background-color: rgb(122,176,229); }

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

border-color css

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

 span { border-color: rgb(122,176,229); }

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