Html Css Color HEX #7AB1E4 Jordy Blue

📋 copy color: '#7AB1E4'

red 122 ◦ green 177 ◦ blue 228

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

Shades of Jordy Blue #7AB1E4

Tints of Jordy Blue #7AB1E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.26%

R = 23.15%
G = 33.59%
B = 43.26%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7AB1E4 (or 0x7AB1E4) is known color: Jordy Blue. HEX triplet: 7A, B1 and E4. RGB value is (122,177,228). Sum of RGB (Red+Green+Blue) = 122+177+228=527 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.15% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 228 (89.45% from 255 or 43.26% from 527); Max value from RGB is 228 - color contains mainly: blue. Hex color #7AB1E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB1E4 is #854E1B. Grayscale: #A6A6A6. Windows color (decimal): -8736284 or 14987642. OLE color: 14987642.

HSL color Cylindrical-coordinate representation of color #7AB1E4: hue angle of 208.87º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AB1E4 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 122 177 228 -
CMYK 0.46 0.22 0 0.11
HSL 208.87º 0.66% 0.69% -
HSV(B) 208.87º 0.46% 0.89% -
XYZ 37.75 41.18 79.36 -
YUV 166.37 162.78 96.35 -
System Red Green Blue C M Y K H S L
Decimal 122 177 228 0.46 0.22 0 0.11 208.87 0.66 0.69
Hex 7A B1 E4 2E 16 0 B D1 42 45
Octal 172 261 344 56 26 0 13 321 102 105
Binary 1111010 10110001 11100100 101110 10110 0 1011 11010001 1000010 1000101

Color Harmonies of #7AB1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB1E4

Black with #7AB1E4

Text Example


Text Example

White with #7AB1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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