Html Css Color HEX #7FAAFA Jordy Blue

📋 copy color: '#7FAAFA'

red 127 ◦ green 170 ◦ blue 250

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

Shades of Jordy Blue #7FAAFA

Tints of Jordy Blue #7FAAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.7%

R = 23.22%
G = 31.08%
B = 45.7%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7FAAFA (or 0x7FAAFA) is known color: Jordy Blue. HEX triplet: 7F, AA and FA. RGB value is (127,170,250). Sum of RGB (Red+Green+Blue) = 127+170+250=547 (72% of max value = 765). Red value is 127 (50% from 255 or 23.22% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #7FAAFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FAAFA is #805505. Grayscale: #A5A5A5. Windows color (decimal): -8410374 or 16427647. OLE color: 16427647.

HSL color Cylindrical-coordinate representation of color #7FAAFA: hue angle of 219.02º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FAAFA is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 170 250 -
CMYK 0.49 0.32 0 0.02
HSL 219.02º 0.92% 0.74% -
HSV(B) 219.02º 0.49% 0.98% -
XYZ 40.38 40.16 96.07 -
YUV 166.26 175.25 100 -
System Red Green Blue C M Y K H S L
Decimal 127 170 250 0.49 0.32 0 0.02 219.02 0.92 0.74
Hex 7F AA FA 31 20 0 2 DB 5C 4A
Octal 177 252 372 61 40 0 2 333 134 112
Binary 1111111 10101010 11111010 110001 100000 0 10 11011011 1011100 1001010

Color Harmonies of #7FAAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAAFA

Black with #7FAAFA

Text Example


Text Example

White with #7FAAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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