Html Css Color HEX #7FAEEB Jordy Blue

📋 copy color: '#7FAEEB'

red 127 ◦ green 174 ◦ blue 235

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

Shades of Jordy Blue #7FAEEB

Tints of Jordy Blue #7FAEEB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.46%

 BLUE value IS 235 (92.19% from 255) = 43.84%

R = 23.69%
G = 32.46%
B = 43.84%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7FAEEB (or 0x7FAEEB) is known color: Jordy Blue. HEX triplet: 7F, AE and EB. RGB value is (127,174,235). Sum of RGB (Red+Green+Blue) = 127+174+235=536 (70% of max value = 765). Red value is 127 (50% from 255 or 23.69% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #7FAEEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FAEEB is #805114. Grayscale: #A6A6A6. Windows color (decimal): -8409365 or 15445631. OLE color: 15445631.

HSL color Cylindrical-coordinate representation of color #7FAEEB: hue angle of 213.89º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FAEEB is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 174 235 -
CMYK 0.46 0.26 0 0.08
HSL 213.89º 0.73% 0.71% -
HSV(B) 213.89º 0.46% 0.92% -
XYZ 38.88 40.78 84.42 -
YUV 166.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 127 174 235 0.46 0.26 0 0.08 213.89 0.73 0.71
Hex 7F AE EB 2E 1A 0 8 D6 49 47
Octal 177 256 353 56 32 0 10 326 111 107
Binary 1111111 10101110 11101011 101110 11010 0 1000 11010110 1001001 1000111

Color Harmonies of #7FAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAEEB

Black with #7FAEEB

Text Example


Text Example

White with #7FAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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