Html Css Color HEX #7AB3ED Jordy Blue

📋 copy color: '#7AB3ED'

red 122 ◦ green 179 ◦ blue 237

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

Shades of Jordy Blue #7AB3ED

Tints of Jordy Blue #7AB3ED

RGB

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

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

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

R = 22.68%
G = 33.27%
B = 44.05%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7AB3ED (or 0x7AB3ED) is known color: Jordy Blue. HEX triplet: 7A, B3 and ED. RGB value is (122,179,237). Sum of RGB (Red+Green+Blue) = 122+179+237=538 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.68% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #7AB3ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7AB3ED is #854C12. Grayscale: #A8A8A8. Windows color (decimal): -8735763 or 15577978. OLE color: 15577978.

HSL color Cylindrical-coordinate representation of color #7AB3ED: hue angle of 210.26º 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 #7AB3ED is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 179 237 -
CMYK 0.49 0.24 0 0.07
HSL 210.26º 0.76% 0.7% -
HSV(B) 210.26º 0.49% 0.93% -
XYZ 39.43 42.49 86.24 -
YUV 168.57 166.62 94.78 -
System Red Green Blue C M Y K H S L
Decimal 122 179 237 0.49 0.24 0 0.07 210.26 0.76 0.7
Hex 7A B3 ED 31 18 0 7 D2 4C 46
Octal 172 263 355 61 30 0 7 322 114 106
Binary 1111010 10110011 11101101 110001 11000 0 111 11010010 1001100 1000110

Color Harmonies of #7AB3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB3ED

Black with #7AB3ED

Text Example


Text Example

White with #7AB3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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