Html Css Color HEX #7AB0EE Jordy Blue

📋 copy color: '#7AB0EE'

red 122 ◦ green 176 ◦ blue 238

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

Shades of Jordy Blue #7AB0EE

Tints of Jordy Blue #7AB0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.4%

R = 22.76%
G = 32.84%
B = 44.4%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7AB0EE (or 0x7AB0EE) is known color: Jordy Blue. HEX triplet: 7A, B0 and EE. RGB value is (122,176,238). Sum of RGB (Red+Green+Blue) = 122+176+238=536 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.76% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #7AB0EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AB0EE is #854F11. Grayscale: #A6A6A6. Windows color (decimal): -8736530 or 15642746. OLE color: 15642746.

HSL color Cylindrical-coordinate representation of color #7AB0EE: hue angle of 212.07º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AB0EE is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 176 238 -
CMYK 0.49 0.26 0 0.07
HSL 212.07º 0.77% 0.71% -
HSV(B) 212.07º 0.49% 0.93% -
XYZ 38.98 41.36 86.82 -
YUV 166.92 168.11 95.96 -
System Red Green Blue C M Y K H S L
Decimal 122 176 238 0.49 0.26 0 0.07 212.07 0.77 0.71
Hex 7A B0 EE 31 1A 0 7 D4 4D 47
Octal 172 260 356 61 32 0 7 324 115 107
Binary 1111010 10110000 11101110 110001 11010 0 111 11010100 1001101 1000111

Color Harmonies of #7AB0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB0EE

Black with #7AB0EE

Text Example


Text Example

White with #7AB0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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