Html Css Color HEX #7FADE9 Jordy Blue

📋 copy color: '#7FADE9'

red 127 ◦ green 173 ◦ blue 233

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

Shades of Jordy Blue #7FADE9

Tints of Jordy Blue #7FADE9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.46%

 BLUE value IS 233 (91.41% from 255) = 43.71%

R = 23.83%
G = 32.46%
B = 43.71%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7FADE9 (or 0x7FADE9) is known color: Jordy Blue. HEX triplet: 7F, AD and E9. RGB value is (127,173,233). Sum of RGB (Red+Green+Blue) = 127+173+233=533 (70% of max value = 765). Red value is 127 (50% from 255 or 23.83% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #7FADE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FADE9 is #805216. Grayscale: #A5A5A5. Windows color (decimal): -8409623 or 15314303. OLE color: 15314303.

HSL color Cylindrical-coordinate representation of color #7FADE9: hue angle of 213.96º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FADE9 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 127 173 233 -
CMYK 0.45 0.26 0 0.09
HSL 213.96º 0.71% 0.71% -
HSV(B) 213.96º 0.45% 0.91% -
XYZ 38.4 40.28 82.84 -
YUV 166.09 165.76 100.12 -
System Red Green Blue C M Y K H S L
Decimal 127 173 233 0.45 0.26 0 0.09 213.96 0.71 0.71
Hex 7F AD E9 2D 1A 0 9 D6 47 47
Octal 177 255 351 55 32 0 11 326 107 107
Binary 1111111 10101101 11101001 101101 11010 0 1001 11010110 1000111 1000111

Color Harmonies of #7FADE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FADE9

Black with #7FADE9

Text Example


Text Example

White with #7FADE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,173,233); }

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

background-color css

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

 a { background-color: rgb(127,173,233); }

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

border-color css

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

 span { border-color: rgb(127,173,233); }

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