Html Css Color HEX #7FAAEB Jordy Blue

📋 copy color: '#7FAAEB'

red 127 ◦ green 170 ◦ blue 235

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

Shades of Jordy Blue #7FAAEB

Tints of Jordy Blue #7FAAEB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.95%

 BLUE value IS 235 (92.19% from 255) = 44.17%

R = 23.87%
G = 31.95%
B = 44.17%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7FAAEB (or 0x7FAAEB) is known color: Jordy Blue. HEX triplet: 7F, AA and EB. RGB value is (127,170,235). Sum of RGB (Red+Green+Blue) = 127+170+235=532 (70% of max value = 765). Red value is 127 (50% from 255 or 23.87% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #7FAAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FAAEB is #805514. Grayscale: #A4A4A4. Windows color (decimal): -8410389 or 15444607. OLE color: 15444607.

HSL color Cylindrical-coordinate representation of color #7FAAEB: hue angle of 216.11º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FAAEB is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 170 235 -
CMYK 0.46 0.28 0 0.08
HSL 216.11º 0.73% 0.71% -
HSV(B) 216.11º 0.46% 0.92% -
XYZ 38.12 39.26 84.17 -
YUV 164.55 167.75 101.21 -
System Red Green Blue C M Y K H S L
Decimal 127 170 235 0.46 0.28 0 0.08 216.11 0.73 0.71
Hex 7F AA EB 2E 1C 0 8 D8 49 47
Octal 177 252 353 56 34 0 10 330 111 107
Binary 1111111 10101010 11101011 101110 11100 0 1000 11011000 1001001 1000111

Color Harmonies of #7FAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAAEB

Black with #7FAAEB

Text Example


Text Example

White with #7FAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,170,235); }

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

background-color css

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

 a { background-color: rgb(127,170,235); }

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

border-color css

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

 span { border-color: rgb(127,170,235); }

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