Html Css Color HEX #7AB1E5 Jordy Blue

📋 copy color: '#7AB1E5'

red 122 ◦ green 177 ◦ blue 229

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

Shades of Jordy Blue #7AB1E5

Tints of Jordy Blue #7AB1E5

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.52%

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

R = 23.11%
G = 33.52%
B = 43.37%

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

#7AB1E5 (or 0x7AB1E5) is known color: Jordy Blue. HEX triplet: 7A, B1 and E5. RGB value is (122,177,229). Sum of RGB (Red+Green+Blue) = 122+177+229=528 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.11% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #7AB1E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB1E5 is #854E1A. Grayscale: #A6A6A6. Windows color (decimal): -8736283 or 15053178. OLE color: 15053178.

HSL color Cylindrical-coordinate representation of color #7AB1E5: hue angle of 209.16º 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 #7AB1E5 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 122 177 229 -
CMYK 0.47 0.23 0 0.10
HSL 209.16º 0.67% 0.69% -
HSV(B) 209.16º 0.47% 0.9% -
XYZ 37.89 41.24 80.09 -
YUV 166.48 163.28 96.27 -
System Red Green Blue C M Y K H S L
Decimal 122 177 229 0.47 0.23 0 0.10 209.16 0.67 0.69
Hex 7A B1 E5 2F 17 0 A D1 43 45
Octal 172 261 345 57 27 0 12 321 103 105
Binary 1111010 10110001 11100101 101111 10111 0 1010 11010001 1000011 1000101

Color Harmonies of #7AB1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB1E5

Black with #7AB1E5

Text Example


Text Example

White with #7AB1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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