Html Css Color HEX #7FAEEE Jordy Blue

📋 copy color: '#7FAEEE'

red 127 ◦ green 174 ◦ blue 238

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

Shades of Jordy Blue #7FAEEE

Tints of Jordy Blue #7FAEEE

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 value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7FAEEE (or 0x7FAEEE) is known color: 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

RGB 127 174 238 -
CMYK 0.47 0.27 0 0.07
HSL 214.59º 0.77% 0.72% -
HSV(B) 214.59º 0.47% 0.93% -
XYZ 39.32 40.96 86.72 -
YUV 167.24 167.93 99.3 -
System Red Green Blue C M Y K H S L
Decimal 127 174 238 0.47 0.27 0 0.07 214.59 0.77 0.72
Hex 7F AE EE 2F 1B 0 7 D7 4D 48
Octal 177 256 356 57 33 0 7 327 115 110
Binary 1111111 10101110 11101110 101111 11011 0 111 11010111 1001101 1001000

Color Harmonies of #7FAEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAEEE

Black with #7FAEEE

Text Example


Text Example

White with #7FAEEE

Text Example


Text Example

HTML Codes & Css Web 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>