Html Css Color HEX #7EAFDD Jordy Blue

📋 copy color: '#7EAFDD'

red 126 ◦ green 175 ◦ blue 221

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

Shades of Jordy Blue #7EAFDD

Tints of Jordy Blue #7EAFDD

RGB

 RED value IS 126 (49.61% from 255) = 24.14%

 GREEN value IS 175 (68.75% from 255) = 33.52%

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

R = 24.14%
G = 33.52%
B = 42.34%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7EAFDD (or 0x7EAFDD) is known color: Jordy Blue. HEX triplet: 7E, AF and DD. RGB value is (126,175,221). Sum of RGB (Red+Green+Blue) = 126+175+221=522 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.14% from 522); Green value is 175 (68.75% from 255 or 33.52% 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 #7EAFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAFDD is #815022. Grayscale: #A5A5A5. Windows color (decimal): -8474659 or 14528382. OLE color: 14528382.

HSL color Cylindrical-coordinate representation of color #7EAFDD: hue angle of 209.05º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EAFDD is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 175 221 -
CMYK 0.43 0.21 0 0.13
HSL 209.05º 0.58% 0.68% -
HSV(B) 209.05º 0.43% 0.87% -
XYZ 36.99 40.32 74.24 -
YUV 165.59 159.27 99.76 -
System Red Green Blue C M Y K H S L
Decimal 126 175 221 0.43 0.21 0 0.13 209.05 0.58 0.68
Hex 7E AF DD 2B 15 0 D D1 3A 44
Octal 176 257 335 53 25 0 15 321 72 104
Binary 1111110 10101111 11011101 101011 10101 0 1101 11010001 111010 1000100

Color Harmonies of #7EAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAFDD

Black with #7EAFDD

Text Example


Text Example

White with #7EAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,175,221); }

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

background-color css

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

 a { background-color: rgb(126,175,221); }

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

border-color css

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

 span { border-color: rgb(126,175,221); }

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