Html Css Color HEX #7AB3DD Jordy Blue

📋 copy color: '#7AB3DD'

red 122 ◦ green 179 ◦ blue 221

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

Shades of Jordy Blue #7AB3DD

Tints of Jordy Blue #7AB3DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.34%

R = 23.37%
G = 34.29%
B = 42.34%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7AB3DD (or 0x7AB3DD) is known color: Jordy Blue. HEX triplet: 7A, B3 and DD. RGB value is (122,179,221). Sum of RGB (Red+Green+Blue) = 122+179+221=522 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.37% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #7AB3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB3DD is #854C22. Grayscale: #A6A6A6. Windows color (decimal): -8735779 or 14529402. OLE color: 14529402.

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

Color convert

RGB 122 179 221 -
CMYK 0.45 0.19 0 0.13
HSL 205.45º 0.59% 0.67% -
HSV(B) 205.45º 0.45% 0.87% -
XYZ 37.2 41.6 74.48 -
YUV 166.75 158.62 96.08 -
System Red Green Blue C M Y K H S L
Decimal 122 179 221 0.45 0.19 0 0.13 205.45 0.59 0.67
Hex 7A B3 DD 2D 13 0 D CD 3B 43
Octal 172 263 335 55 23 0 15 315 73 103
Binary 1111010 10110011 11011101 101101 10011 0 1101 11001101 111011 1000011

Color Harmonies of #7AB3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB3DD

Black with #7AB3DD

Text Example


Text Example

White with #7AB3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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