Html Css Color HEX #7AB0DC Jordy Blue

📋 copy color: '#7AB0DC'

red 122 ◦ green 176 ◦ blue 220

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

Shades of Jordy Blue #7AB0DC

Tints of Jordy Blue #7AB0DC

RGB

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

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

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

R = 23.55%
G = 33.98%
B = 42.47%

CMYK

 C value IS 0.45

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7AB0DC (or 0x7AB0DC) is known color: Jordy Blue. HEX triplet: 7A, B0 and DC. RGB value is (122,176,220). Sum of RGB (Red+Green+Blue) = 122+176+220=518 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.55% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AB0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB0DC is #854F23. Grayscale: #A4A4A4. Windows color (decimal): -8736548 or 14463098. OLE color: 14463098.

HSL color Cylindrical-coordinate representation of color #7AB0DC: hue angle of 206.94º 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 #7AB0DC is Cyan = 0.45, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 176 220 -
CMYK 0.45 0.2 0 0.14
HSL 206.94º 0.58% 0.67% -
HSV(B) 206.94º 0.45% 0.86% -
XYZ 36.47 40.36 73.58 -
YUV 164.87 159.11 97.42 -
System Red Green Blue C M Y K H S L
Decimal 122 176 220 0.45 0.2 0 0.14 206.94 0.58 0.67
Hex 7A B0 DC 2D 14 0 E CF 3A 43
Octal 172 260 334 55 24 0 16 317 72 103
Binary 1111010 10110000 11011100 101101 10100 0 1110 11001111 111010 1000011

Color Harmonies of #7AB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB0DC

Black with #7AB0DC

Text Example


Text Example

White with #7AB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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