Html Css Color HEX #7FAAFE Jordy Blue

📋 copy color: '#7FAAFE'

red 127 ◦ green 170 ◦ blue 254

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

Shades of Jordy Blue #7FAAFE

Tints of Jordy Blue #7FAAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.1%

R = 23.05%
G = 30.85%
B = 46.1%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7FAAFE (or 0x7FAAFE) is known color: Jordy Blue. HEX triplet: 7F, AA and FE. RGB value is (127,170,254). Sum of RGB (Red+Green+Blue) = 127+170+254=551 (72% of max value = 765). Red value is 127 (50% from 255 or 23.05% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FAAFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FAAFE is #805501. Grayscale: #A6A6A6. Windows color (decimal): -8410370 or 16689791. OLE color: 16689791.

HSL color Cylindrical-coordinate representation of color #7FAAFE: hue angle of 219.69º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FAAFE is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 170 254 -
CMYK 0.50 0.33 0 0.00
HSL 219.69º 0.98% 0.75% -
HSV(B) 219.69º 0.5% 1% -
XYZ 41.02 40.42 99.41 -
YUV 166.72 177.25 99.67 -
System Red Green Blue C M Y K H S L
Decimal 127 170 254 0.50 0.33 0 0.00 219.69 0.98 0.75
Hex 7F AA FE 32 21 0 0 DC 62 4B
Octal 177 252 376 62 41 0 0 334 142 113
Binary 1111111 10101010 11111110 110010 100001 0 0 11011100 1100010 1001011

Color Harmonies of #7FAAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAAFE

Black with #7FAAFE

Text Example


Text Example

White with #7FAAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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