Html Css Color HEX #7FAAEE Jordy Blue

📋 copy color: '#7FAAEE'

red 127 ◦ green 170 ◦ blue 238

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

Shades of Jordy Blue #7FAAEE

Tints of Jordy Blue #7FAAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.49%

R = 23.74%
G = 31.78%
B = 44.49%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7FAAEE (or 0x7FAAEE) is known color: Jordy Blue. HEX triplet: 7F, AA and EE. RGB value is (127,170,238). Sum of RGB (Red+Green+Blue) = 127+170+238=535 (70% of max value = 765). Red value is 127 (50% from 255 or 23.74% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #7FAAEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FAAEE is #805511. Grayscale: #A4A4A4. Windows color (decimal): -8410386 or 15641215. OLE color: 15641215.

HSL color Cylindrical-coordinate representation of color #7FAAEE: hue angle of 216.76º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FAAEE is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 170 238 -
CMYK 0.47 0.29 0 0.07
HSL 216.76º 0.77% 0.72% -
HSV(B) 216.76º 0.47% 0.93% -
XYZ 38.56 39.43 86.47 -
YUV 164.9 169.25 100.97 -
System Red Green Blue C M Y K H S L
Decimal 127 170 238 0.47 0.29 0 0.07 216.76 0.77 0.72
Hex 7F AA EE 2F 1D 0 7 D9 4D 48
Octal 177 252 356 57 35 0 7 331 115 110
Binary 1111111 10101010 11101110 101111 11101 0 111 11011001 1001101 1001000

Color Harmonies of #7FAAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAAEE

Black with #7FAAEE

Text Example


Text Example

White with #7FAAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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