Html Css Color HEX #7AB0ED Jordy Blue

📋 copy color: '#7AB0ED'

red 122 ◦ green 176 ◦ blue 237

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

Shades of Jordy Blue #7AB0ED

Tints of Jordy Blue #7AB0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.3%

R = 22.8%
G = 32.9%
B = 44.3%

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

#7AB0ED (or 0x7AB0ED) is known color: Jordy Blue. HEX triplet: 7A, B0 and ED. RGB value is (122,176,237). Sum of RGB (Red+Green+Blue) = 122+176+237=535 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.80% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #7AB0ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AB0ED is #854F12. Grayscale: #A6A6A6. Windows color (decimal): -8736531 or 15577210. OLE color: 15577210.

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

Color convert

RGB 122 176 237 -
CMYK 0.49 0.26 0 0.07
HSL 211.83º 0.76% 0.7% -
HSV(B) 211.83º 0.49% 0.93% -
XYZ 38.84 41.3 86.05 -
YUV 166.81 167.61 96.04 -
System Red Green Blue C M Y K H S L
Decimal 122 176 237 0.49 0.26 0 0.07 211.83 0.76 0.7
Hex 7A B0 ED 31 1A 0 7 D4 4C 46
Octal 172 260 355 61 32 0 7 324 114 106
Binary 1111010 10110000 11101101 110001 11010 0 111 11010100 1001100 1000110

Color Harmonies of #7AB0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB0ED

Black with #7AB0ED

Text Example


Text Example

White with #7AB0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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