#7FAEEE

Color #7FAEEE Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7FAEEE

Tints of Jordy Blue #7FAEEE

Color information

#7FAEEE (or 0x7FAEEE) is unknown color: approx Jordy Blue. HEX triplet: 7F, AE and EE. RGB value is (127,174,238). Sum of RGB (Red+Green+Blue) = 127+174+238=539 (71% of max value = 765). Red value is 127 (50% from 255 or 23.56% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #7FAEEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FAEEE is #805111. Grayscale: #A6A6A6. Windows color (decimal): -8409362 or 15642239. OLE color: 15642239.

HSL color Cylindrical-coordinate representation of color #7FAEEE: hue angle of 214.59º 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 #7FAEEE is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127174238-
CMYK0.470.2700.07
HSL214.59º76.55%71.57%-
HSV(B)214.59º46.64%93.33%-
XYZ39.3240.9686.72-
YUV167.24167.9399.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.56%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 238 (93.36% from 255) = 44.16%
R=23.56%
G=32.28%
B=44.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1271742380.470.2700.07214.5976.5571.57
Hex7FAEEE2F1B07d74d48
Octal177256356573307327115110
Binary111111110101110111011101011111101101111101011110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7FAEEE;
 }
 .AnyTagClassName
 {
   color: #7FAEEE;
 }
</style>
background-color css

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

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

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

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

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

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