Html Css Color HEX #7AB1DA Jordy Blue

📋 copy color: '#7AB1DA'

red 122 ◦ green 177 ◦ blue 218

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

Shades of Jordy Blue #7AB1DA

Tints of Jordy Blue #7AB1DA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.24%

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 23.6%
G = 34.24%
B = 42.17%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7AB1DA (or 0x7AB1DA) is known color: Jordy Blue. HEX triplet: 7A, B1 and DA. RGB value is (122,177,218). Sum of RGB (Red+Green+Blue) = 122+177+218=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #7AB1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB1DA is #854E25. Grayscale: #A5A5A5. Windows color (decimal): -8736294 or 14332282. OLE color: 14332282.

HSL color Cylindrical-coordinate representation of color #7AB1DA: hue angle of 205.62º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AB1DA is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 122 177 218 -
CMYK 0.44 0.19 0 0.15
HSL 205.63º 0.56% 0.67% -
HSV(B) 205.63º 0.44% 0.85% -
XYZ 36.4 40.64 72.26 -
YUV 165.23 157.78 97.17 -
System Red Green Blue C M Y K H S L
Decimal 122 177 218 0.44 0.19 0 0.15 205.63 0.56 0.67
Hex 7A B1 DA 2C 13 0 F CE 38 43
Octal 172 261 332 54 23 0 17 316 70 103
Binary 1111010 10110001 11011010 101100 10011 0 1111 11001110 111000 1000011

Color Harmonies of #7AB1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB1DA

Black with #7AB1DA

Text Example


Text Example

White with #7AB1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,177,218); }

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

background-color css

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

 a { background-color: rgb(122,177,218); }

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

border-color css

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

 span { border-color: rgb(122,177,218); }

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