#7CAFE7

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

Shades of Jordy Blue #7CAFE7

Tints of Jordy Blue #7CAFE7

Color information

#7CAFE7 (or 0x7CAFE7) is unknown color: approx Jordy Blue. HEX triplet: 7C, AF and E7. RGB value is (124,175,231). Sum of RGB (Red+Green+Blue) = 124+175+231=530 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.40% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 231 - color contains mainly: blue. Hex color #7CAFE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CAFE7 is #835018. Grayscale: #A5A5A5. Windows color (decimal): -8605721 or 15183740. OLE color: 15183740.

HSL color Cylindrical-coordinate representation of color #7CAFE7: hue angle of 211.4º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CAFE7 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB124175231-
CMYK0.460.2400.09
HSL211.4º69.03%69.61%-
HSV(B)211.4º46.32%90.59%-
XYZ38.0740.7181.45-
YUV166.14164.697.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.40%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 231 (90.62% from 255) = 43.58%
R=23.40%
G=33.02%
B=43.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1241752310.460.2400.09211.469.0369.61
Hex7CAFE72E1809d34546
Octal1742573475630011323105106
Binary1111100101011111110011110111011000010011101001110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,175,231); }

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

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

 a { background-color: rgb(124,175,231); }

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

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

 span { border-color: rgb(124,175,231); }

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