Html Css Color HEX #7FAEDB Jordy Blue

📋 copy color: '#7FAEDB'

red 127 ◦ green 174 ◦ blue 219

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

Shades of Jordy Blue #7FAEDB

Tints of Jordy Blue #7FAEDB

RGB

 RED value IS 127 (50% from 255) = 24.42%

 GREEN value IS 174 (68.36% from 255) = 33.46%

 BLUE value IS 219 (85.94% from 255) = 42.12%

R = 24.42%
G = 33.46%
B = 42.12%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7FAEDB (or 0x7FAEDB) is known color: Jordy Blue. HEX triplet: 7F, AE and DB. RGB value is (127,174,219). Sum of RGB (Red+Green+Blue) = 127+174+219=520 (68% of max value = 765). Red value is 127 (50% from 255 or 24.42% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FAEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAEDB is #805124. Grayscale: #A4A4A4. Windows color (decimal): -8409381 or 14397055. OLE color: 14397055.

HSL color Cylindrical-coordinate representation of color #7FAEDB: hue angle of 209.35º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FAEDB is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 174 219 -
CMYK 0.42 0.21 0 0.14
HSL 209.35º 0.56% 0.68% -
HSV(B) 209.35º 0.42% 0.86% -
XYZ 36.67 39.9 72.79 -
YUV 165.08 158.43 100.84 -
System Red Green Blue C M Y K H S L
Decimal 127 174 219 0.42 0.21 0 0.14 209.35 0.56 0.68
Hex 7F AE DB 2A 15 0 E D1 38 44
Octal 177 256 333 52 25 0 16 321 70 104
Binary 1111111 10101110 11011011 101010 10101 0 1110 11010001 111000 1000100

Color Harmonies of #7FAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAEDB

Black with #7FAEDB

Text Example


Text Example

White with #7FAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,174,219); }

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

background-color css

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

 a { background-color: rgb(127,174,219); }

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

border-color css

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

 span { border-color: rgb(127,174,219); }

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