#7CAFE0

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

Shades of Jordy Blue #7CAFE0

Tints of Jordy Blue #7CAFE0

Color information

#7CAFE0 (or 0x7CAFE0) is unknown color: approx Jordy Blue. HEX triplet: 7C, AF and E0. RGB value is (124,175,224). Sum of RGB (Red+Green+Blue) = 124+175+224=523 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.71% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #7CAFE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAFE0 is #83501F. Grayscale: #A5A5A5. Windows color (decimal): -8605728 or 14724988. OLE color: 14724988.

HSL color Cylindrical-coordinate representation of color #7CAFE0: hue angle of 209.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CAFE0 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB124175224-
CMYK0.450.2200.12
HSL209.4º61.73%68.24%-
HSV(B)209.4º44.64%87.84%-
XYZ37.140.3376.35-
YUV165.34161.198.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.71%
GREEN value IS 175 (68.75% from 255) = 33.46%
BLUE value IS 224 (87.89% from 255) = 42.83%
R=23.71%
G=33.46%
B=42.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1241752240.450.2200.12209.461.7368.24
Hex7CAFE02D160Cd13e44
Octal174257340552601432176104
Binary111110010101111111000001011011011001100110100011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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