#7CABE1

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

Shades of Jordy Blue #7CABE1

Tints of Jordy Blue #7CABE1

Color information

#7CABE1 (or 0x7CABE1) is unknown color: approx Jordy Blue. HEX triplet: 7C, AB and E1. RGB value is (124,171,225). Sum of RGB (Red+Green+Blue) = 124+171+225=520 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.85% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #7CABE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CABE1 is #83541E. Grayscale: #A2A2A2. Windows color (decimal): -8606751 or 14789500. OLE color: 14789500.

HSL color Cylindrical-coordinate representation of color #7CABE1: hue angle of 212.08º degrees, saturation: 0.63, 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 #7CABE1 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB124171225-
CMYK0.450.2400.12
HSL212.08º62.73%68.43%-
HSV(B)212.08º44.89%88.24%-
XYZ36.4738.8576.81-
YUV163.1162.93100.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.85%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 225 (88.28% from 255) = 43.27%
R=23.85%
G=32.88%
B=43.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1241712250.450.2400.12212.0862.7368.43
Hex7CABE12D180Cd43f44
Octal174253341553001432477104
Binary111110010101011111000011011011100001100110101001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,171,225); }

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

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

 a { background-color: rgb(124,171,225); }

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

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

 span { border-color: rgb(124,171,225); }

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