#7CABEC

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

Shades of Jordy Blue #7CABEC

Tints of Jordy Blue #7CABEC

Color information

#7CABEC (or 0x7CABEC) is unknown color: approx Jordy Blue. HEX triplet: 7C, AB and EC. RGB value is (124,171,236). Sum of RGB (Red+Green+Blue) = 124+171+236=531 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.35% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #7CABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CABEC is #835413. Grayscale: #A4A4A4. Windows color (decimal): -8606740 or 15510396. OLE color: 15510396.

HSL color Cylindrical-coordinate representation of color #7CABEC: hue angle of 214.82º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CABEC is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB124171236-
CMYK0.470.2800.07
HSL214.82º74.67%70.59%-
HSV(B)214.82º47.46%92.55%-
XYZ38.0239.4784.97-
YUV164.36168.4399.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.35%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 236 (92.58% from 255) = 44.44%
R=23.35%
G=32.20%
B=44.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1241712360.470.2800.07214.8274.6770.59
Hex7CABEC2F1C07d74b47
Octal174253354573407327113107
Binary111110010101011111011001011111110001111101011110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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