Html Css Color HEX #7AB3DC Jordy Blue

📋 copy color: '#7AB3DC'

red 122 ◦ green 179 ◦ blue 220

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

Shades of Jordy Blue #7AB3DC

Tints of Jordy Blue #7AB3DC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.36%

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 23.42%
G = 34.36%
B = 42.23%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7AB3DC (or 0x7AB3DC) is known color: Jordy Blue. HEX triplet: 7A, B3 and DC. RGB value is (122,179,220). Sum of RGB (Red+Green+Blue) = 122+179+220=521 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.42% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AB3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB3DC is #854C23. Grayscale: #A6A6A6. Windows color (decimal): -8735780 or 14463866. OLE color: 14463866.

HSL color Cylindrical-coordinate representation of color #7AB3DC: hue angle of 205.1º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AB3DC is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 179 220 -
CMYK 0.45 0.19 0 0.14
HSL 205.1º 0.58% 0.67% -
HSV(B) 205.1º 0.45% 0.86% -
XYZ 37.06 41.55 73.78 -
YUV 166.63 158.12 96.17 -
System Red Green Blue C M Y K H S L
Decimal 122 179 220 0.45 0.19 0 0.14 205.1 0.58 0.67
Hex 7A B3 DC 2D 13 0 E CD 3A 43
Octal 172 263 334 55 23 0 16 315 72 103
Binary 1111010 10110011 11011100 101101 10011 0 1110 11001101 111010 1000011

Color Harmonies of #7AB3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB3DC

Black with #7AB3DC

Text Example


Text Example

White with #7AB3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,179,220); }

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

background-color css

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

 a { background-color: rgb(122,179,220); }

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

border-color css

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

 span { border-color: rgb(122,179,220); }

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